/*
Theme Name: Ace Window Cleaning 2020
*/

/* === Global === */
:root {
  --color-blue: #05A2D5;
  --color-yellow: #FEEA36;
  --color-dblue: #0e3c7b;
  --font-primary: 'Muli', sans-serif;
}

* {
  color: #57667e;
  font-family: 'Muli', sans-serif;
}

html,
body {
  background: #fff;
  height: 100%;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
}


body {
  overflow-x: hidden !important;
}

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

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

textarea {
  resize: vertical
}

:disabled {
  cursor: default;
}

@media only screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

/* === Text-level Semantics === */
a,
a:visited,
a:active {
  display: inline-block;
  outline: 0;
  color: default;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

blockquote {
  margin: 1em 40px;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* === Typography === */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e3c7b;
  font-weight: 700;
  line-height: 1.15;
}

h1,
.h1 {
  font-size: 38px;
  line-height: 1.1;
}

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

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

h4,
.h4 {
  font-size: 20px
}

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

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

.display-1 {
  font-size: 34px;
  line-height: 1;
}

.display-1--center {
  margin: 0 auto;
  max-width: 520px;
}

.display-1--left {
  max-width: 520px;
}

.display-2 {
  margin: 0 0 8px 0;
  color: var(--color-blue);
  font-size: 15px;
  line-height: 1.2;
}

.display-3 {
  margin: 0 auto;
  max-width: 620px;
  font-style: italic;
}

.display-light,
.display-light * {
  color: #fff !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 32px;
  }

  .display-2 {
    margin: 0 0 6px 0;
    font-size: 14px;
  }
}

p,
dl li,
ul li,
ol li {
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.45;
}

p > a {
  color: var(--color-blue);
}

p > a:hover {
  opacity: 0.7;
}

p:last-of-type {
  margin-bottom: 0;
}

/* === Lists === */
dl,
ul,
ol {
  display: block;
  padding: 20px 40px;
}

dl li,
ul li,
ol li {
  margin: 0px;
}

.list--styled * {
  list-style: none;
}

.list--styled li::before {
  display: inline-block;
  margin-left: -16px;
  width: 16px;
  color: var(--color-blue);
  content: "\2022";
}

.list--unstyled {
  padding: 0;
  list-style: none;
}

.list--inline {
  padding-left: 0;
  list-style: none;
}

.list--inline * {
  display: inline-block;
}

p:not(:last-of-type) + ul {
  margin-top: 24px;
}

/* === WYSIWYG Content === */
.format-WYSIWYG h1,
.format-WYSIWYG h2,
.format-WYSIWYG h3,
.format-WYSIWYG h4,
.format-WYSIWYG h5,
.format-WYSIWYG h6 {
  margin-bottom: 10px;
}

.format-WYSIWYG * + h1,
.format-WYSIWYG * + h2,
.format-WYSIWYG * + h3,
.format-WYSIWYG * + h4,
.format-WYSIWYG * + h5,
.format-WYSIWYG * + h6 {
  margin: 30px 0 10px 0;
}

.format-WYSIWYG blockquote {
  margin: 0;
  padding: 60px 35px;
  border: 0;
  background: var(--color-blue);
  color: #ffff;
  text-align: center;
}

.format-WYSIWYG blockquote p {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

.format-WYSIWYG hr {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  border: 0px;
  background: rgba(0, 0, 0, 0.15);
}

.format-WYSIWYG ul {
  display: grid;
  padding: 15px 30px;
  list-style: none;
  grid-template-columns: 1fr;
  grid-gap: 8px 0;
}

.format-WYSIWYG ul li::before {
  position: relative;
  top: -1.5px;
  margin: 0 6px 0 0;
  color: var(--primary-red);
  content: '\25CF';
  font-size: 0.8em;
}

.format-WYSIWYG ul li {
  margin: 0;
}

.format-WYSIWYG img.alignright,
.format-WYSIWYG a img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.format-WYSIWYG img.alignleft,
.format-WYSIWYG a img.alignleft {
  float: left;
  margin: 0 30px 30px 0
}

.format-WYSIWYG img.aligncenter,
.format-WYSIWYG a img.aligncenter {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.format-WYSIWYG img,
.format-WYSIWYG a img {
  max-width: 100% !important;
  height: auto;
}

@media (max-width: 768px) {

  .format-WYSIWYG img,
  .format-WYSIWYG a img {
    display: block !important;
    float: none !important;
    margin: 30px auto !important;
    max-width: 100% !important;
  }
}

/* === Sections === */
.bg {}

.bg--one {
  background: #ffffff;
}

.bg--two {
  background: #F6F8FA;
}

/* === Buttons === */
.btn {
  display: inline-block;
  padding: 15px 30px;
  border: 0;
  text-align: center;
  font-size: 1em;
}

.btn--one {
  padding: 15px 28px;
  border-radius: 55px;
  background-color: var(--color-yellow);
  color: var(--color-dblue);
  text-transform: capitalize;
  font-weight: bold;
}

.btn--one:hover,
.btn--two:hover {
  background: var(--color-blue);
  color: #fff;
}

.btn--two {
  padding: 13px 28px;
  border: 2px solid var(--color-blue);
  border-radius: 55px;
  background-color: #fff;
  color: var(--color-dblue);
  text-transform: capitalize;
  font-weight: bold;
}

.btn--three {
  padding: 15px 28px;
  border-radius: 55px;
  background-color: var(--color-blue);
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}

.btn--four {
  padding: 15px 45px;
  border-radius: 55px !important;
  background-color: var(--color-dblue);
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  transition: all .25s;
}

.btn--three:hover,
.btn--four:hover {
  background: #333;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }

  .btn--one,
  .btn--three {
    padding: 12px 22px;
  }

  .btn--two {
    padding: 10px 22px;
  }
}

/* === Header === */
header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  width: 100%;
  border-bottom: 1px solid rgba(87, 102, 126, 0.1);
  transition: all .2s ease-out;
   z-index: 8;
}

header.sticky {
  position: fixed;
 
  padding: 10px 20px;
  border-bottom: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 15px 0px;
}

header .container.d-grid {
  grid-template-columns: 200px 1fr;
}

header .column.logo img {
  max-width: 150px;
}

header .column.menu {
  justify-self: flex-end;
}

header nav,
header nav ul {
  display: inline-block;
}

header nav li {
  margin: 0 28px 0 0;
}

header nav li a {
  color: var(--color-dblue);
  font-weight: 700;
  font-size: 16px;
}

header #open-menu,
header #close-menu {
  display: none;
}

@media (max-width: 660px) {
  header {
    padding: 8px 20px;
    background: #fff;
    position: relative;
  }

  header #open-menu,
header #close-menu {
  display: inline-block;
}
  
  
  header .container.d-grid {
    grid-template-columns: 110px 1fr;
  }

  header .column.logo img {
    max-width: 110px;
  }

  header nav {
    position: fixed;
    top: 0;
    right: -101%;
    z-index: 9;
    display: grid;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    background: rgba(14, 60, 123, 0.99);
    transition: right .25s;
    grid-template-columns: 1fr;
    align-items: center;
    padding-bottom: 25%;
    

  }

  header nav ul li {
    display: block;
    padding: calc(100vh / 30) 0;
    width: 100%;
    text-align: center;
  }
  
  header nav li a {
  color: var(--color-dblue);
    color: #fff;
  font-weight: 700;
  font-size: 20px;
}

  header nav a#close-menu {
    position: absolute;
    top: 5px;
    right: 12px;
    margin: 0;
    padding: 10px;
    line-height: 0;
  }

  header nav a#close-menu .feather {
    width: 35px;
    height: 35px;
    stroke: var(--color-dblue);
    stroke: #fff;
  }

  header .menu .btn {
    display: inline-block;
    padding: 10px 14px;
  }

  header .menu #open-menu {
    margin: 0 0 0px 6px;
    padding: 5px 7px;
    background: var(--color-blue);
    vertical-align: middle;
    line-height: 0;
  }

  header .menu #open-menu .feather {
    width: 24px;
    height: 24px;
    stroke: #fff;
  }
}

/* === Footer === */
footer {
  
}

footer p,
footer a {
  font-size: 14px;
}

footer a:hover {
  text-decoration: underline;
}

footer .container.menu {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}

footer .column.about {
  padding: 0;
  grid-column: span 2;
}

footer .column.suburbs li {
  margin: 0 0 8px 0;
}

footer .column.contacts ul {
  margin: 8px 0 0 0;
}

footer .column.contacts li {
  display: grid;
  margin: 0 0 8px 0;
  grid-template-columns: 22px 1fr;
  align-items: flex-end;
  align-items: center;
}

footer .column.about img {
  margin: 0 0 20px 0;
  max-width: 140px;
  max-height: 60px;
}

footer .column h3 {
  margin: 0 0 30px 0;
}

#slider-about .owl-dots {
  margin: 6px 0 0 0;
  padding: 0;
  text-align: left;
}

#slider-about .owl-dots .owl-dot {
  display: inline-block;
}

#slider-about .owl-dots span {
  display: inline-block;
  margin: 0 9px 0 0;
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

#slider-about .owl-dots .active span {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {

  footer p,
  footer a {
    font-size: 14px;
  }

  footer .container.menu {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }

  footer .column {
    margin: 0 0 40px 0;
  }

  footer .column.about {
    grid-column: span 1;
  }

  footer .column.about img {
    margin: 0 auto 20px auto;
  }

  footer .column.suburbs {
    left: 0;
  }

  footer .column.suburbs li {
    margin: 0 0 6px 0;
  }

  footer .column.contacts {
    padding: 0;
  }

  footer .column.contacts ul {
    margin: 10px 0 0 0;
  }

  footer .column.contacts li {
    display: block;
    margin: 0 0 10px 0;
  }

  footer .column h3 {
    margin: 0 0 15px 0;
  }

  #slider-about .owl-dots {
    margin: 5px auto;
    text-align: center;
  }
}

footer .container.foot {
  padding: 0 0 25px 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  footer .container.foot {
    font-size: 11px;
  }
}

/* === Forms === */
.form input,
.form textarea {
  width: 100%;
}

.form {
  grid-template-columns: 1fr 1fr;
}

.form * {
  grid-column: span 2;
}

.form .field.half {
  grid-column: span 1;
}

.form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.form textarea,
.form select {
  border: 1px solid #c3dcfc;
  background: none;
  transition: all .25s;
}

.form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.form textarea:focus,
.form select:focus {
  border: 1px solid var(--color-blue);
  background: #fff;
}

.form span[role="alert"] {
  color: #A94442;
  font-size: 13px;
  display: block;
  margin: 2px 0 0 2px;
  }
  
.form .wpcf7-response-output {
  padding: 12px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
}

.form .wpcf7-response-output.wpcf7-validation-errors {
 background: #F2DEDE;
  color: #A94442;
  border: 1px solid #EBCCD1;
}

.form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #DFF0D8;
  color: #3C763D;
  border: 1px solid #D6E9C6;
}

.form--theme-contact {
  margin: 0 auto;
  max-width: 750px;
  grid-gap: 15px;
}

.form--theme-contact input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.form--theme-contact textarea,
.form--theme-contact select {
  padding: 12px;
  font-size: 14px;
}

.form--theme-contact input[type="submit"] {
  width: auto;
}

.form--theme-callback {
  width: 100%;
  grid-gap: 15px;
}

.form--theme-callback input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.form--theme-callback textarea,
.form--theme-callback select {
  padding: 11px;
}

.form--theme-callback input[type="submit"] {
  padding: 13px 33px;
  width: auto;
  border-radius: 40px;
}

/* === Page Top Banner === */
.page-top-banner {
  padding: 230px 20px 140px 20px;
  background-position: 0% 50%;
}


.page-top-banner.page-inside {
  padding: 190px 20px 100px 20px;

}


.page-top-banner h1 {
  max-width: 540px;
  font-weight: 900;
  font-size: 58px;
  line-height: 1.05;
}

.page-top-banner.page-inside h1 {
  font-size: 42px;
  max-width: 100%;
}

.page-top-banner p {
  margin: 40px 0 30px 0;
  max-width: 540px;
  font-weight: 600;
  font-size: 18px;
}

.page-top-banner .btn {
  margin: 0 10px 0 0;
}

@media (max-width: 768px) {
  .page-top-banner {
    padding: 60px 20px;
  }

  
  .page-top-banner.page-inside {
  padding: 50px 20px;

}
  
  
  .page-top-banner h1 {
    font-size: 36px;
  }
  
  
  .page-top-banner.page-inside h1 {
  font-size: 32px;
}
  
  

  .page-top-banner p {
    margin: 24px 0 24px 0;
  }

  .page-top-banner .btn.btn--one {
    margin: 0 5px 0 0;
  }
}

/* === Services === */
section#services .servicesList img.icon {
  position: relative;
  top: 19px;
  left: 24px;
  z-index: 5;
  max-width: 55px;
  max-height: 55px;
}

section#services .servicesList img.icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  max-width: 110px;
}

section#services .servicesList img + h3 {
  margin: 65px 0 15px 0;
}

section#services .servicesList p {}

section#services .servicesList ul {
  margin: 20px 0 0 0px;
}

section#services .servicesList li {
  margin: 10px 0 0 0;
  font-weight: 600;
}

section#services .servicesList li {
  display: grid;
  grid-template-columns: 21px 1fr;
}

section#services .servicesList li .feather {
  position: relative;
  top: 3.5px;
  width: 16px;
  height: 16px;
  stroke: var(--color-blue);
}

section#services .servicesList a.button {
  margin-top: 25px;
  color: var(--color-blue);
  text-decoration: underline;
  font-weight: 600;
}

.box--requestCallBack {
  padding: 45px 30px;
  border: 2px solid rgba(5, 162, 213, 0.4);
}

.box--requestCallBack p.subtitle {
  margin: 15px 0 20px 0;
}

@media (max-width: 768px) {
  .box--requestCallBack {
    padding: 30px 20px;
    border: 2px solid rgba(5, 162, 213, 0.3);
  }
}

/* === About Us === */
section#about-us .col.copy {
  padding: 0 50px 0 0;
}

section#about-us .image {
  
}

section#about-us .sign {
  margin: 26px 0;
  color: var(--color-dblue);
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 768px) {
  section#about-us .col.copy {
    padding: 0;
  }

  section#about-us .image {
    padding-bottom: 62%;
  }

  section#about-us .sign {
    margin: 26px 0 0 0;
  }
}

/* === Why Us === */
section#why-us {
 
}

section#why-us .col img {
  max-height: 60px;
}

section#why-us .col h3 {
  margin: 15px 0;
}

section#why-us p {
  position: relative;
  top: -1px;
  display: inline;
  margin: 0;
}

section#why-us .ellipses {
  position: absolute;
}

section#why-us .ellipses::after {
  content: '...';
}

section#why-us a.button-more {
  display: block;
  margin: 10px 0 0 0;
  color: var(--color-blue);
  text-decoration: underline;
  font-weight: 600;
}

@media (max-width: 768px) {
  section#why-us .col img {
    max-height: 50px;
  }

  section#why-us .col h3 {
    margin: 10px 0;
  }

  section#why-us a.button-more {
    margin: 5px 0 0 0;
  }
}

/* === Contact Details === */
.box--contacts {
  padding: 45px;
  box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
}

.box--contacts .icon {
  display: block;
  margin: 0 auto 18px auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--color-yellow);
  line-height: 6.1;
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  content: "";
}

.box--contacts .icon .feather {
  stroke: var(--color-dblue);
  height: 28px;
  width: 28px;
  stroke-width: 1.5px;
}

.box--contacts h3 + a {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .box--contacts {
    padding: 25px 20px;
  }
}