

/* ==========================================================================
   GENERAL STYLES
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');


html,body{
    height: 100%;
    width: 100%;
}


body{
    font: 400 15px/1.5em 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #636363;
}

h1,h2,h3,h4{
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}



img{
    max-width: 100%;
    height: auto;
}

ul{
    margin: 0;
    padding: 0;
}

.bold-text,
b{
  font-weight: 700;
}

.section-padding{
    padding: 40px 0;
}


.has-pt{
    padding-top: 30px;
}

.grey-bg{
  background: #f2f2f2;
}
.grey-bg b{
  display: block;
}
.h2{
  text-transform: uppercase;
  font-weight: 300;
}
.h2 b{
  display: block;
}
.link-color{
  color: #636363;
  text-decoration: none;
}
.link-color:hover{
  color: #a9b7eb;
}

.details b{
  display: block;
}

.bullet-list{
  list-style: none;
  margin-bottom: 25px;
}

.bullet-list td,
.bullet-list li{
  padding-left: 15px;
  position: relative;
}
.bullet-list td:first-child{
  padding-left: 20px;
}

.bullet-list td:before,
.bullet-list li:before{
  content: '•';
  font-size: 26px;
  position: absolute;
  top:0;
  left:0;
}

.bullet-list td:first-child:before{
  left: 10px;
}

.stars{
  color: #e46c19;
  font-size: 20px;
}



/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header{
  background: #000;
}

.site-header .container{
  position: relative;
}

.bodystart{
  margin-top: 139px;
}

.logo{
  display: inline-block;
  width: 180px;
  margin-top: 10px;
}
.phone{
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 12px 15px;
  max-width: 200px;
  text-align: center;  
  background-color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
.phone a{
  color: #fff;
  text-decoration: underline;
}
.phone b{
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.navbar-nav{
    padding: 0;
}

.navbar-nav >li >a {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
}
.rsaquo{  
  position: relative;
}

.rsaquo:after{
  content: '\203A';
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  font-size: 24px;
}

.navbar-nav > ul {
    margin-left: 15px;    
}

.navbar-nav > li > ul{
  list-style: none;
  padding-left: 10px;
  white-space: nowrap;
}

.navbar-nav > li  li  a{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
}


.navbar-nav >li:hover >a,
.navbar-nav >li > a.active,
.navbar-nav > li  li:hover > a,
.navbar-nav > li  li > a.active{
    text-decoration: underline;
    color: #fff;
}


.navbar-toggler{
  position: absolute;
  top: 38%;
  right: 5%;
  width: 36px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.navbar-toggler:focus{  
  outline: none;
}

.navbar-toggler-icon{
  display: block;
  width: 100%;  
  height: 4px;
  background-color:  #ffffff;
  position: relative;
  border-radius: 30px;
  float: right;
}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after{
  content:  '';
  width: 100%;
  height: 4px;
  background-color:  #ffffff;
  position: absolute;  
  border-radius: 30px;
  left: 0;
}

.navbar-toggler-icon:before{ 
  top: -10px;   
}

.navbar-toggler-icon:after{
  bottom: -10px;
}


.phone-bg{
  background: #a8bceb;
  color: #000;
  padding: 10px 0;
  font-weight: 700;
}
.phone-bg a,.phone-bg a:hover{
  color: #000;
  text-decoration: underline;
}

.text-xs-left,
.text-xs-right{
  display: inline-block;
  width: 50%; 
}
.text-xs-right{
  text-align: right;
  float: right;
}
/* ==========================================================================
   BREADCRUMB 
   ========================================================================== */
.hero img{
 display: block;
 width: 100%;
 height: auto;
 min-height: 200px;
}
figure{
 position: relative;
}
figcaption {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 text-align: center;
 color: #fff;
}

figcaption .container{
 display: table;
 width: 100%;
 height: 100%;
}

figcaption h1{
 font-weight: 700;
 text-transform: uppercase;
 display: table-cell;
 vertical-align: middle;
 margin-bottom: 0;
}
figcaption h1 small{  
 color: #a9b7eb;
 display: block;
}
figcaption h1{
   font-size: 164%;
 }
figcaption h1 small{ 
    font-size: 63%;
  }



/* ==========================================================================
   HOME PAGE 
   ========================================================================== */
.onestop-shop{
  list-style: none;
}
.onestop-shop li{
  margin-top: 5px;
  margin-bottom: 5px;
}

.onestop-shop img{
  display: inline-block;
  width: 18px;
}

.bullet-list td{
  font-family: 'Open Sans', sans-serif;
  width: 50%;
  vertical-align: top;
  padding-left: 15px;
}

.bullet-list td:before{
  font-size: 18px;
  left: 5px;
}

.serve-areas-section .h2a{
  margin-bottom: 15px;
}


.rating-box{
  width: 90%;
  margin: auto;
} 




/* ==========================================================================
   Reviews PAGE 
   ========================================================================== */



/* ==========================================================================
   CONTACT PAGE 
   ========================================================================== */
.address b{
  display: block;
}

/*  CSS for <iframe> responsive Google Map */
.map{
  position: relative;    
  padding-bottom: 60.6666667%; 
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ==========================================================================
   SECTION-MOLD REMOVAL PAGE
   ========================================================================== */
.fit-img{
  display: inline-block;
  width: 32%;
  float: left;
  margin-right: 2%;
}
.no-mr{
  margin-right: 0;
}

.reviews .container{
  max-width: 1000px;
}


.your-option small,
.your-option strong {
    display: block;
}

   /* ==========================================================================
   SECTION-TESTIMONIALS
   ========================================================================== */
.section-testimonials{
  background: #8ea0e0; 
  color:  #fff;
}

.h2a{
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
}

.h2a b{
  display: block;
}

.rating-box b{
  display: block;
  margin-top: 25px;
}

.owl-prev:focus,
.owl-next:focus{
  outline: none;
}
.owl-prev{ 
  position: absolute; 
  left: -12; 
  top: 50%; 
  margin-left: -12px; 
  margin-top: -40px;
}
.owl-next{ 
  position: absolute; 
  right: -12px; 
  top: 50%; 
  margin-top: -40px;
}
.owl-prev span,
.owl-next span{
  font-size: 60px; 
}

.rating-box{
  text-align: center;
  font-weight: 300;
}




/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{
    background: #000;
    color: #fff;
}

.site-footer h3{
    font-weight: 700;
}







/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */
@media screen and (min-width: 576px){
  .order2{
    order: 2;
  }

  figcaption h1{
     font-size: 200%;
   }
   .fit-img{
     width: 240px;
     margin-bottom: 20px;
   }
  
}

@media screen and (min-width: 768px){
  .site-header{
    background: #fff;
  }
 
  .logo{
    margin-top: 0;
  }
  figcaption h1{
     font-size: 260%;
   }

  .navbar-nav >li >a,
  .navbar-nav > li  li  a{
    color: #636363;
  }
  .navbar-nav >li:hover >a,
  .navbar-nav >li > a.active,
  .navbar-nav > li  li:hover > a,
  .navbar-nav > li  li > a.active{
      text-decoration: underline;
      color: #000;
  }
  .navbar-nav > li > ul{
    background: #fff;
  }

  .navbar-toggler{  
    display:  none;
  }

  .navbar-nav > li > ul{
    position: absolute;
    top: -100000px;
    z-index: 100;
    padding-left: 0; 
  }

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

  .navbar-nav > li:hover > ul{
    top: auto;
  }

  .phone{
    float: right;
  }

  .map{
      padding-bottom: 46.6666667%;
  }
  .rating-box{
    font-size: 16px;
  }

  .your-option small {
      font-size: 70%;
  }

  .your-option strong {
      font-size: 118%;
      font-weight: 700;
  }
}

@media screen and (min-width: 1200px){  
  .section-padding{
      padding: 80px 0;
  }
  body{
      font-size: 18px;
  }
  .bodystart{
    margin-top: 144px;
  }

  .map{
      padding-bottom: 40.6666667%;
  }

  .logo{      
    width: 216px;
  }
  .phone{
    font-size: 22px;
    line-height: 31px;
    max-width: 310px;
  }
  .phone b{
    font-size: 27px;
  }

  .rating-box{
    font-size: 18px;
  }

  .h2{
    font-size: 44px;
    line-height: 44px;
  }
    
}


@media screen and (min-width: 768px) and (max-width: 992px){
  .navbar-nav > li  li  a,
  .navbar-nav >li >a {
      font-size: 12px;
      padding: 8px 16px;
  }

  .bodystart{
    margin-top: 126px;
  } 


}

@media screen and (min-width: 993px) and (max-width: 1200px){ 
  .navbar-nav > li  li  a,
  .navbar-nav >li >a {
      font-size: 13.5px;
      padding: 8px 16px;
  }
  .bodystart{
    margin-top: 126px;
  }  

  .has-pl{
    padding-left: 12%;
  }
  .has-pl2{
    padding-left: 18%;
  } 
}

@media screen and (min-width: 1201px) and (max-width: 1440px){ 
  .navbar-nav > li  li  a,
  .navbar-nav >li >a {
      font-size: 17px;
  }

  .has-pl{
    padding-left: 15%;
  }
  .has-pl2{
    padding-left: 20%;
  }   
}

@media screen and (min-width: 1440px){  
  body,
  .rating-box{
    font-size: 21px;
  }
  .navbar-nav > li  li  a,
  .navbar-nav >li >a {
      font-size: 17px;
  }

  figcaption h1{  
    font-size: 52px;
    margin-top: 30px;
    line-height: 1.1;
  }
  figcaption h1 small{  
    font-size: 36px;
  }

  .index-hero figcaption h1 small{
    font-size: 33px;
  }

  .onestop-shop img{
    width: 26px;
  }

  .h2{
    font-size: 52px;
    line-height: 46px;
  }

  .smaller-font{
    font-size: 48px;
  }

  .h2a {
    font-size: 46px;
    margin-bottom: 54px;
    line-height: 50px;
  }
  .h2a b{
    font-size: 63px;
  }

  .your-option{
    color: #636363;
    font-size: 50px;
    font-weight: 300;
  }

  .your-option small{
    font-size: 34px;
    display: block;
  }

  .your-option strong{
    font-size: 60px;
    font-weight: 700;
  }

  .your-option b{
    font-size: 41px;
    font-weight: 600;
  }
  
  .freezing{
    color: #636363;
    font-size: 50px;
    line-height: 40px;
    font-weight: 300;
  }

  .freezing small{
    font-size: 38px;
    font-weight: 300;
    display: block;
  }

  .freezing b{
    font-size: 40px;
    font-weight: 700;    
    display: block;
  }

}