@font-face {
  font-family: 'Lato', sans-serif; }

body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Lato', sans-serif; 
  color: #333333;
}

h1,h2,h3,h4,h5,h6{
  color: #444444;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-top: 0px;
}

h1{
    color: #ffffff;
}

h1{ font-size: 32px; line-height: 1.5em; margin-bottom: 1.5em; }
h2{ font-size: 24px; line-height: 1.5em; margin-bottom: 1.5em; }
h3{ font-size: 21px; line-height: 1.5em; margin-bottom: 1.5em; }
h4,h5,h6{ font-size: 16px; line-height: 1.5em; margin-bottom: 1.5em;; }

p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #333333;
  font-family: 'Lato', sans-serif;
}

p.intro{
    font-size: 1.3em;
    line-height: 1.5em;
    color: #fff;
    font-weight: 700;
}

p.intro, h1{
    -webkit-font-smoothing: antialiased;
}

ul,ol,dl{
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    color: #333333;
}

input, textarea{
    color: #555555;
}

/*
@media (min-width: 20em) {
  .container {
    font-size: 0.75em; } }
@media (min-width: 37.5em) {
  .container {
    font-size: 0.85em; } }
@media (min-width: 50em) {
  .container {
    font-size: 0.95em; } }
@media (min-width: 64.375em) {
  .container {
    font-size: 1em; } }
*/

a{color: #fff; text-decoration: none;}
a:visited{color: #fff; text-decoration: none;}
a:hover{color: #555; text-decoration: none;}
a:active{color: #555; text-decoration: none;}

/*********************
HEADER STYLING
**********************/

.nav>li>a {
position: relative;
display: block;
padding: 10px 12px;
}

header{
  position: relative;
  width: 100%;
  background-color: #555555;
  padding: 0 0 12px 0;
  z-index: 2000;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#masthead-inner{
  position: relative;
}

#row-padding{
  margin-top: 2em;
}

h1.tel, div.tel a{
  width: 100%;
  color: #aacc39;
  font-size: 1.65em;
  font-weight: 500;
  padding-left: 15px;
}

h1.email, div.email a{
  width: 100%;
  color: #fff;
  font-size: 1.65em;
  font-weight: 500;
  padding-left: 15px;
}

h1#brand, div#brand{
  width: 100%;
  height: 90px;   
  text-indent: -9999px;
  background-image: url(./img/logo.png);
  background-size: 280px 72px;
  background-repeat:no-repeat;
  overflow:hidden;
  padding: 0;
  margin: 0 auto;
}

h2#easyvac, div#easyvac{
  width: 100%;
  height: 165px;   
  text-indent: -9999px;
  background-image: url(./img/logo_easyvac_x2.png);
  background-size: 196px 84px;
  background-repeat:no-repeat;
  background-position: center;
  overflow:hidden;
  padding: 0;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

p.first{
    font-size: 1.4em;
}

/*********************
NAVIGATION STYLES
**********************/
nav {
  width: 100%;
  font-size: 0.95em;
  font-weight: 700;
}

@media (max-width: 768px) {
  nav {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;} }
nav ul {
  margin: 0;
  list-style: none; }

@media (max-width: 768px) {
  nav ul {
    margin: 0;
    padding: 0;
    z-index: 15; } }

.nav>li>a:hover, .nav>li>a:focus{
  background-color: transparent;
}
nav ul li {
  float: left;
  position: relative;
  z-index: 1;
  /******************
  SUBNAV
  ******************/ }

@media (max-width: 768px) {
  a.mobile:hover{
    color: #eee;
  }
  nav ul li {
    float: none;
    position: relative;
    margin: 0; } }
nav ul li a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: white;
  text-decoration: none;}
nav ul li.current-menu-item a {
    color: #AACC39;
}
nav ul li a:hover {
  color: #AACC39;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background-color:transparent; }

@media (max-width: 768px) {
  nav ul li a {
    display: table;
    margin: 0;
    padding: 15px 2px;
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-shadow: none;
    width: 100%; } }
nav ul li:hover ul {
  opacity: 1;
  max-height: 1000px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

@media (max-width: 768px) {
  nav ul li:hover ul {
    max-height: 0; } }
nav ul li ul {
  background: #1c1c1c;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 200px;
  max-height: 0;
  z-index: 0;
  opacity: 0;
  overflow: hidden;
  font-size: .9em;}

@media (max-width: 768px) {
  nav ul li ul {
    max-height: 0;
    opacity: 1;
    width: 100%;
    position: relative;
    overflow: hidden; } }
nav ul li ul li {
  float: none;
  margin: 0; }

@media (max-width: 768px) {
  nav ul li ul li {
    margin: 0; } }
nav ul li ul li a {
  display: block;
  text-align: left;
  padding: 10px 13.33333px;
  margin: 0;
  border-right: none;
  border-top: 1px solid #161616;
  box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
  text-transform: none;
  text-shadow: none;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

nav ul li ul li a:hover {
  color: #00aedb;
  background: #424242;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

@media (max-width: 768px) {
  nav ul li ul li a {
    color: white;
    padding-left: 20px;
    background: none; } }
/***************************
MOBILE NAV STYLES
***************************/
.mobile {
  display: none;
  margin: 0;
  padding: 20px 15px;
  color: white;
  text-decoration: none;
  top: 15px;
  right: 15px;
  line-height: 0;
}

@media (max-width: 768px) {
  .mobile {
    display: table; } }
.active {
  max-height: 9000px !important;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

@media (max-width: 768px) {
  .arrow {
    display: block;
    background: url(http://www.jasonkinney.me/images/arrow.png) no-repeat;
    float: right;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 25px;
    top: 10px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

  .arrow:hover {
    cursor: pointer; }

  .rotate {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

/***************************
SECTION CONTENT STYLES
****************************/
body .site-content-intro{
  width: 100%;
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #AACC39;
  padding-bottom: 5em;
}

body.home .site-content-intro{
  background-image: url(./img/home-hero-mobile-v2.jpg);
}

body.page-id-59 .site-content-intro{
  background-image: url(./img/property-maintainence-hero-mobile-v2.jpg);
}

body.page-id-61 .site-content-intro{
  background-image: url(./img/easyvac-hero-mobile-v2.jpg);
}

body.page-id-63 .site-content-intro{
  background-image: url(./img/brick-hero-mobile-v2.jpg);
}

body.page-id-65 .site-content-intro{
  background-image: url(./img/testimonials-hero-mobile-v2.jpg);
}

body.page-id-68 .site-content-intro{
  background-image: url(./img/contact-hero-mobile-v2.jpg);
}

body.single .site-content-intro{
  background-image: url(./img/home-hero-mobile-v2.jpg);
}

@media (min-width: 540px){
  body.home .site-content-intro{
    background-image: url(./img/home-hero-v2.jpg);}
  body.page-id-59 .site-content-intro{
    background-image: url(./img/property-maintainence-hero-v2.jpg);}
  body.page-id-61 .site-content-intro{
    background-image: url(./img/easyvac-hero-v2.jpg);}
  body.page-id-63 .site-content-intro{
    background-image: url(./img/brick-hero-v2.jpg);}
  body.page-id-65 .site-content-intro{
    background-image: url(./img/testimonials-hero-v2.jpg);}
  body.page-id-68 .site-content-intro{
    background-image: url(./img/contact-hero-v2.jpg);}
  body.single .site-content-intro{
  background-image: url(./img/home-hero-v2.jpg);}
}

#intro{
  padding-top: 15%;
}

#intro img{
  width: 100%;
  height: auto;
}

#intro img.ajax-loader{
  width: inherit;
}

#home-h3{
  line-height: 1.5em;
}

.section-circles{
  padding-top: 1.5em;
  text-align: center;
  color: #000;
}

#section-circles{
    padding: 3em 0;
}

.section-circles p{
  color: #555;
}

.section-circles img{
  border-radius: 50%;
}

.circle-title{
  color: #555;
  font-weight: 700;
  margin-bottom: 0.75em;
  margin-top: 0.325em;
}

a.circle-title:hover {
  text-decoration: none;
  color:red;
}

.section-easy-vac {
  text-align: center;
}

.section-vac-to-basics{
  width: 100%;
  height: auto;
  background-color: #555;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-basics{
  background-color: #aacc39;
}

.section-basics-info{
  text-align: center;
  padding: 5em 0 5em 0;
}

.news-title{
  color: #fff;
}

#news-item{
  padding-bottom: 3em;
}

#news-item h1, #news-item h2{
  padding:0;
  margin:0;
  -webkit-font-smoothing: antialiased;
}

.nav-previous{
  float: left;
}

.nav-next{
  float: right;
}

.pagination-inner{
  float: right;
  font-size: 2em;
  color: #fff;
}

.page-numbers{
  color: #fff;
}

.page-numbers.current{
    color: #555;
}

blockquote:before{
    content: open-quote;
    display: block;
    position: absolute;
    left: 10px;
    top: initial;
    line-height: 0.9em;
    font-size: 3em;
}

blockquote{
  /*background: url(./img/blockquote.png) no-repeat scroll 0px 0px transparent; */
  border: medium none; 
  margin: 5px 5px 1.5em; 
  padding: 25px 30px 5px 35px; 
  font-style: italic; 
  font-size: 1.5em;
  quotes: "\201C""\201D";
}

input {
  width: 100%;
}

textarea{
  width: 100%;
}

.wpcf7-submit{
  -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
  -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
  box-shadow:inset 0px 1px 0px 0px #c1ed9c;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
  background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
  background-color:#9dce2c;
  -webkit-border-top-left-radius:20px;
  -moz-border-radius-topleft:20px;
  border-top-left-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  border-top-right-radius:20px;
  -webkit-border-bottom-right-radius:20px;
  -moz-border-radius-bottomright:20px;
  border-bottom-right-radius:20px;
  -webkit-border-bottom-left-radius:20px;
  -moz-border-radius-bottomleft:20px;
  border-bottom-left-radius:20px;
  text-indent:0;
  border:1px solid #83c41a;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:65px;
  line-height:65px;
  width:131px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #689324;
}
.wpcf7-submit:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
  background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
  background-color:#8cb82b;
}
.wpcf7-submit:active {
  position:relative;
  top:1px;
}

/***************************
FOOTER STYLES
****************************/
footer{
  padding-top: 3em;
}

footer a{color: #aacc39; text-decoration: none;}
footer a:visited{color: #aacc39; text-decoration: none;}
footer a:hover{color: #555; text-decoration: none;}
footer a:active{color: #555; text-decoration: none;}

footer p{
  font-size: 0.9em;
  font-weight: 400;
  color: #555;
}

#company-info{
}

#company-info-checkatrade img{
  width: 75%;
  float: right;
}

#company-info-bwc img{
  width: 100%;
}

#company-info-right{
  font-size: 0.9em;
  float: right;
  font-weight: 400;
}

/***************************
MEDIA QUERIES
****************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
  h1#brand, div#brand{
    background-image: url(./img/logo_x2.png);
    background-size: 280px 72px;
  }

  h1#easyvac, div#easyvac{
    background-image: url(./img/logo_easyvac_x2.png);
    background-position: center;
  }
}

@media (max-width: 480px){
  h1.tel, h1.email{
    margin:0;
    text-align: center;
  }

  h1#brand div#brand{
    background-position: center top;
    background-size: 100%;
    height: 84px;
  }

  .contact-info{
    margin-top: 0;
  }

  .site-description{
    display: none;
  }

  .mobile{
    margin: 0;
    font-size: 2.2em;
    float: right;
    position: relative;
    right: -15px;
    margin-bottom: 20px;
  }

  #company-info-checkatrade img{
    width: 100%;
  }

  #company-info-bwc img{
    width: 50%;
  }

  #company-info{
    text-align: center;
  }
}

@media (min-width: 480px) {
  h1#brand, div#brand{
    background-size: 326px 90px;
  }

    nav {
    margin: 0 0 0 0;
  }

  .mobile{
    margin: 0;
    font-size: 3em;
    float: right;
    position: relative;
  }

  #company-info-checkatrade img{
    width: 100%;    
  }

  #company-info-bwc img{
    width: 50%;
  }
}

@media (max-width: 768px) {
  
  h1.tel, h1.email, div.tel, div.email{
    margin:0;
    text-align:center;
  }

  h1#brand, div#brand{
    background-position: center top;
  }

  h3.site-description{
    display: none;
  }

  #company-info-checkatrade img{
    width: 100%;
  }

  #company-info-bwc img{
    width: 50%;
  }

  #company-info{
    text-align: center;
  }
}

@media (min-width: 768px) {
  #float-right{
    float: right;
  }

  h1.tel, h1.email, div.tel, div.email{
    margin:0;
  }
  h1#brand, div#brand{
    background-position: right top;
  }
  #company-info-bwc img{
    float: right;
  }
  p.intro{
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

@media (max-width: 992px) {
  h3.site-description{
    display: none;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h3.site-description{
      font-size: 0.9em;
      float: right;
      color: #fff;
      font-weight: 700;
      margin-top: 0.9em;
  }

  #company-info-checkatrade img{
    width: 65%;
  }

  #company-info-bwc img{
    width: 75%;
  }

  #company-info-right{
    text-align: right;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.hidden{
    display: none;
}

/* Additions — Oct 14 */
.logo-container{
	background-color: #555555;
	text-align: center;
	padding: 15px;
	width: 100%;
}

#intro .logo-container img{
	width: auto;
	max-width: 100%;
	height: auto;
}

#intro img.wpcf7-captchac{
	width: auto;
}