/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


.itemshade {
width: 100%;
background-color: rgba(255,255,255,.7);
z-index: 2;
padding-bottom: 100px;
}

.darkbill .itemshade {
background-color: rgba(0,0,0,.48);
}

.notintbill .itemshade {
background-color: rgba(0,0,0,0);
}

.itemshadeblocktop {
height: 50px;
}

.itemshadeblockbottom {
height: 100px;
}

.mobileheightadjust {
display: none;
height: 0;
}

.fadebillboard {
width: 100%;
background-size: cover;
background-position: 50% 50%;
}

.iconcontainer {
display: inline-block;
width: 20px;
}

.bilboardtext { 
position: relative; 
z-index: 3; 
padding-top: 200px;  
text-align: center; 
color: black;
max-width: 1000px; 
margin: 0 auto; 
font-family: 'Montserrat', sans-serif;
}   

.darkbill .bilboardtext {
color: white;
}

.bilboardtext .mainheading {    
font-size: 40px;    
line-height: 1.1em;
margin: 0 auto 40px auto;
font-weight: 600;

}   

.bilboardtext .subheading {
font-weight: 500;   
font-size: 24px;
line-height: 1.1em;
margin-bottom: 50px;
margin-top: 0;
}

.homebookform {
background-color: rgba(255,255,255,.8);
border-radius: 4px;
border: 1px solid #dcdcdc;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 800px;
margin: 0 auto;
padding: 0 10px 20px 10px;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
opacity: 0;
-webkit-transition: transform .8s ease, opacity .8s ease;
-o-transition: transform .8s ease, opacity .8s ease;
-webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
transition: opacity .8s ease, -webkit-transform .8s ease;
transition: transform .8s ease, opacity .8s ease;
transition: transform .8s ease, opacity .8s ease, -webkit-transform .8s ease;
top: 20px;
position: relative;   
will-change: transform;
}

.bilboardtext .mainheading,
.bilboardtext .subheading{
-webkit-transition: transform .5s ease, opacity .5s ease;
-o-transition: transform .5s ease, opacity .5s ease;
-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
transition: opacity .5s ease, -webkit-transform .5s ease;
transition: transform .5s ease, opacity .5s ease;
transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;   
opacity: 0;
top: 20px;
position: relative;
will-change: transform;
}

.bilboardtext .mobilesubheading.subheading{
display: none;
will-change: transform;
}

.bilboardtext .mainheading.showbillelement,
.bilboardtext .subheading.showbillelement,
.homebookform.showbillelement,
.bookbutton.mobilehomebooknow.showbillelement{
opacity: 1;
-webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
        transform: translateY(-20px);
}

.darkbill .homebookform {
background-color: rgba(0,0,0,.6);
border: none;
}

.homebookform .homebooksection {
margin: 20px 10px 0 10px;
width: 239px;
}


.darkbill .homebookform .homebooksection {
color: white;
}

.homebookform .homebooksection input, .homebookform .homebooksection select {
width: 100%;
padding: 5px 10px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border: 1px solid #cccccc;
color: black;
}

.homebookform .homebooksection input.redborder {
border: 2px solid red;
padding: 4px 9px;
}

#id_frequency.redborder, #id_primaryservice1.redborder, #id_primaryservice2.redborder, #id_primaryservice3.redborder {
border: 2px solid red;
padding: 4px 6px 4px 7px;
}

.homebookform .homebooksection select option {
color: black;
}

.homebookform .homebooksection select, 
.homebookform .homebooksection select option:nth-child(1) {
color: grey;
}

.homebooksection.hideme {
display: none;
}

.homebooksection.lastname { /*honeypot value */
display: none;
}

.whitebg {
background-color: white;
}

.bookbutton {
position: relative;
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
margin: 20px 10px 0 10px;
width: 600px;
padding: 15px 20px;
border-radius: 3px;
text-align: center;
font-size: 18px;
color: white;
width: calc(100% - 20px);
cursor: pointer;
display: block;
-webkit-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
}

.bookbutton:hover, .bookbutton:active, .bookbutton:visited {
color: white;
}

.bookbutton.mobilehomebooknow{
display: none;

}

@media (max-width: 1200px) {

    .bilboardtext {     
    width: 70%;
    }

}

@media (max-width: 992px) { 

    .homebookform {
    width: 540px;
    }

    .bookbutton {
    width: 497px;
    }

    .bilboardtext { 
    width: 80%; 
    }   

    .bilboardtext .mainheading {    
    font-size: 34px;    
    }   

    .bilboardtext .subheading {    
    font-size: 20px;    
    }   

    .bilboardtext .mobilesubheading.subheading{
    display: block;
    }

    .bilboardtext .subheading{
    display: none;
    }

    .bookbutton.mobilehomebooknow{
    display: block;
    margin: 0 auto 0px auto;
    width: 200px;    
    -webkit-transition: top .8s ease, opacity .8s ease, background .3s ease;    
    -o-transition: top .8s ease, opacity .8s ease, background .3s ease;    
    transition: top .8s ease, opacity .8s ease, background .3s ease;
    opacity: 0;
    top: 20px;
    position: relative;       
    }

    .homepageorderform{
    display: none;
    }

    .itemshade{
    padding-bottom: 150px;
    }

}

@media (max-width: 767px) {

    .mobileheightadjust {
    display: block;
    height: 250px;
    }

    .homebookform .homebooktitle {
    display: none;
    }

    .itemshadeblocktop {
    height: 50px;
    }

    .itemshadeblockbottom {
    height: 50px;
    }

    .bilboardtext {
    padding-top: 150px
    }

    .bilboardtext .mainheading {
    font-size: 28px;
    }

    .largenav .bilboardtext {
    margin-top: 40px;
    }

    .itemshade {
    padding-bottom: 150px;
    padding-top: 120px;
    }

}

@media (max-width: 600px) {

    .homebookform {
    width: 90%;
    display: block;
    padding: 0 0 20px 0;    
    }

    .homebookform .homebooksection {
    width: 100%;
    padding: 20px 20px 0 20px;    
    margin: 0;
    }
    
    .bookbutton {
    margin: 20px auto 0 auto;    
    font-size: 16px;
    padding: 10px 10px;
    }
    
    .bookbutton.mobilehomebooknow{    
    width: 170px;
    }

}

@media (max-width: 480px) { 

    .mobileheightadjust {
    display: block;
    height: 70px;
    }

    .largenav .bilboardtext {
    margin-top: 10px;
    }

    .bilboardtext .mainheading {    
    font-size: 20px;    
    }   

    .bilboardtext .subheading {    
    font-size: 16px;    
    }

} 