/*
Theme Name: Attadale Rubbish Removal
Description: Custom Theme for the Attadale Rubbish Removal website
Author: Jai Ryan @ Aberrant Dev
Author URI: http://aberrantdev.com.au
Version: 1.0
Text Domain: arr

Copyright (C) 2015 Attadale Rubbish Removal
*/

html,body{
    margin: 0;
    width: 100%;
    height: 100%;
    color: #333333;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 300;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

p{
    text-align: justify;
    text-justify: inter-word;
    line-height: 30px;
}

input, textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.1s linear 0s, box-shadow 0.2s linear 0s;
}

input, textarea, select, .uneditable-input {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
}
input:hover, textarea:hover, select:hover, input:active, textarea:active, select:active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.1s linear 0s, box-shadow 0.2s linear 0s;
}
.bold{
    font-weight: 700;
}
::-webkit-input-placeholder {
   font-style: italic;
   color: #7090ab;
   font-weight: 300;
}
:-moz-placeholder {
   font-style: italic;
   color: #7090ab;
   font-weight: 300;
}
::-moz-placeholder {
   font-style: italic;
   color: #7090ab;
   font-weight: 300;
}
:-ms-input-placeholder {  
   font-style: italic;
   color: #7090ab;
   font-weight: 300;
}
h1{
    color: #0c4e21;
    border-bottom: 2px solid #89c543;
    float: left;
    padding-right: 20px;
}
h2{
    color: #0c4e21;
    font-size: 22px;
    font-weight: 700;
}
.general-wrapper{
    width: 100%;
    max-width: 984px;
    padding: 0 45px;
    margin-top: -100px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    top: -50px;
}
.post-entry{
    width: 60%;
    text-align: justify;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
    font-size: 16px;
}
.right-col{
    width: 40%;
    padding: 0 0 30px 30px;
    float: left;
    box-sizing: border-box;
}
#featured-image{
    text-align: center;
}
#featured-image img{
    max-width: 100%;
    padding-bottom: 50px;
}
#wrapper{
    z-index: -2;
}

/******HEADER******/
#header-wrapper{
    width: 100%;
    z-index: 9999;
    background-image: url('images/header-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 290px;
    max-height: 290px;
    overflow: hidden;
}
#header{
    width: 1058px;
    max-width: 1058px;
    margin: auto;
    height: 165px;
    max-height: 165px;
    overflow: hidden;
}
#logo{
    padding: 2.5px 37px 2.5px 56px;
    float: left;
    box-sizing: border-box;
    max-width: 437px;
    overflow: hidden;
}
#header_phone{
    width: 277px;
    max-width: 277px;
    overflow: hidden;
    height: 165px;
    background-image: url('images/header-phone.png');
    background-repeat: no-repeat;
    background-position: center left;
    float: right;
}

/******HEADER MENU******/
.main-nav{
    width: 344px;
    float: left;
    padding-top: 13px;
}
#menu-main{
    display: block;
    list-style: outside none none;
    padding: 0;
    position: relative;
    clear: both;
    width: 100%;
}
#menu-main > li {
    display: block;
    float: left;
    line-height: 30px;
    width: 33.3333333333%;
    text-align: left;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    background-image: url('images/arrow-green-left.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#menu-main > li > a{
    font-size: 13px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #89c543;
    cursor: pointer;
    display: block;
    height:100%;
    width: 100%;
}
#menu-main > li > a:hover,#menu-main > li > a:active, #menu-main > li > a:visited{
    text-decoration: underline;
}
#menu-main::after, #menu-main ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/******FEATURED SLIDER******/
.featured{
    height: 582px;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #98b2c0;
    z-index: -1;
}
.featured-slide{
    height: 582px;
    width: 100%;
    position: absolute;
    top: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#hero-wrapper{
    width: 450px;
    position: absolute;
    top: 245px;
    left: 50%;
}
#hero-a-text{
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    color: #fbfbfb;
    padding-bottom: 30px;
}
#hero-b-text{
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fbfbfb;
}

/******TAGLINE******/
#tagline-wrapper{
    padding-top: 290px;
    width: 100%;
}
#tagline{
    width: 100%;
    background-color: #89c543;
}
#tagline-inner{
    width: 1058px;
    padding: 75px 86px;
    box-sizing: border-box;
    margin: auto;
}
#tagline-inner h1{
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #0c4e21;
    padding: 0px;
    margin: auto;
    float: none;
    border: 0;
}
#secondary-tag{
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    color: #ebebeb;
}
.imp-ul li{
    padding-bottom: 10px;
}

/******INFO BOXES******/
.info-boxes-wrapper{
    width: 100%;
}
.info-boxes{
    width: 894px;
    margin: auto;
    padding: 75px 0;
}
.info-box{
    width: 33.33333333%;
    padding: 0 15px 15px;
    float: left;
    box-sizing: border-box;
}
.info-box-icon-wrapper{
    width: 100%;
}
.info-box-icon{
    width: 85px;
    height: 85px;
    border-radius: 42.5px;
    margin: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-box .title{
    text-align: center;
    padding: 15px 0 0;
}
.info-box span{
    padding: 0 15px;
    margin: auto;
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #0c4e21;
    border-bottom: 1px solid #89c543;
}
.info-box-desc{
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #656565;
    padding: 15px 30px;
    height: 150px;
    overflow: hidden;
}
.info-box-link-wrapper{
    width: 100%;
    text-align: center;
}
.info-box-link-wrapper a, .info-box-link-wrapper a:hover, .info-box-link-wrapper a:active, .info-box-link-wrapper a:visited{
    padding: 5px 20px;
    background-color: #89c543;
    color: #fff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
}
.info-box-link-wrapper a:hover{
    background-color: #0c4e21;
}

/******TESTIMONIALS******/
#testimonials{
    width: 864px;
    margin: auto;
    position: relative;
    height: 150px;
    text-align: center;
}
.featuredTest{
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #fff;
    display: none;
}
#featuredTest1{
    display: block;
    width: 100%;
}
.testimonial{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 864px;
    padding: 0 30px;
    box-sizing: border-box;
}
.testimonial .content{
    color: #0c4e21;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.testimonial .content strong{
    font-weight: 800;
}
.testimonial .name{
    color: #656565;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

/******ENQUIRY MAIN FORM******/
.enquiry-form{
    width: 100%;
    padding: 50px 0;
    background-color: #89c543;
}
.enquiry-form-inner{
    width: 864px;
    padding: 15px;
    box-sizing: border-box;
    margin: auto;
}
.enquiry-form .title{
    padding: 0 0 10px 0;
    font-size: 30px;
    color: #0c4e21;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}
.enquiry-form-left{
    width: 308px;
    padding-right: 5px;
    box-sizing: border-box;
    float: left;
}
.enquiry-form-right{
    width: 526px;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
}
.enquiry-form input{
    border: 1px solid #aec4b4;
    width: 303px;
    border-radius: 0px;
    padding: 0 15px;
    margin: 5px 0;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
#your-enquiry{
    border: 1px solid #aec4b4;
    width: 100%;
    height: 226px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 5px;
    resize: none;
}
.submit-btn input{
    float: right;
    background-color: #0c4e21;
    padding: 5px 25px;
    color: #ffffff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    margin-right: 2px;
    width: auto;
    border: 0;
    box-shadow: none;
}
span.wpcf7-not-valid-tip{
    font-size: 11px;
}
.formCat{
    margin-top: -10px;
}
.wpcf7-spam-blocked, .wpcf7-validation-errors{
    background-color: #be3631;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border: 2px solid #cc0000 !important;
    text-align: center;
}
.wpcf7-mail-sent-ok{
    background-color: #fff;
    border-radius: 5px;
    color: #0c4e21;
    font-weight: bold;
    font-size: 13px;
    border: 2px solid #0c4e21 !important;
    text-align: center;
}

/******ENQUIRY SIDEBAR******/
.contact-sidebar{
    width: 100%;
    padding: 15px 9px;
    background-color: #89c543;
    box-sizing: border-box;
}
.contact-sidebar .title{
    padding: 0 0 10px 0;
    font-size: 30px;
    color: #0c4e21;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}
.contact-sidebar input{
    border: 1px solid #aec4b4;
    width: 303px;
    border-radius: 0px;
    padding: 0 15px;
    margin: 5px 0;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.contact-sidebar .submit-btn{
    padding-top: 5px;
}
.contact-sidebar .submit-btn input{
    background-color: #0c4e21;
    padding: 5px 25px;
    color: #ffffff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    box-shadow: none;
}
.contact-sidebar .formCat{
    margin-top: -13px;
}

/******SIDE BAR LISTS******/
.right-col .title{
    text-align: center;
}
.right-col .title span{
    margin: auto;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #0c4e21;
    border-bottom: 1px solid #89c543;
    padding: 0 20px;
}
.pick-up-list{
    padding-top: 30px;
    text-align: center;
}
#pul{
    padding: 0 7.5px 0 15px;
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-top: 23px;
}
#dpul{
    padding: 0 15px 0 7.5px;
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-top: 23px;
}
.side-bar-list{
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
}
.side-bar-list li{
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

/******FOOTER******/
#footer-wrapper{
    width: 100%;
    background-color: #0c4e21;
    padding: 50px 0;
}
#footer{
    width: 864px;
    padding: 15px;
    box-sizing: border-box;
    margin: auto;
}

#menu-footer{
    display: block;
    list-style: outside none none;
    padding: 0;
    position: relative;
    clear: both;
    width: 100%;
}
#menu-footer > li {
    display: block;
    float: left;
    line-height: 30px;
    width: 33.3333333333%;
    text-align: left;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    background-image: url('images/arrow-green-left.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#menu-footer > li > a{
    font-size: 13px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #89c543;
    cursor: pointer;
    display: block;
    height:100%;
    width: 100%;
}
#menu-footer > li > a:hover,#menu-footer > li > a:active, #menu-footer > li > a:visited{
    text-decoration: underline;
}
#menu-footer::after, #menu-footer ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#footer .main-nav{
    padding: 0;
}
#footer #menu-footer{
    padding: 0;
    margin: 0;
}
#footer_phone{
    width: 363px;
    height: 90px;
    background-image: url('images/footer-phone.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}
#page-bottom-wrapper{
    width: 100%;
    background-color: #01240c;
}
#page-bottom{
    width: 864px;
    box-sizing: border-box;
    margin: auto;
    color: #c2c2c2;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 30px;
    padding: 0 15px;
}
#copyright{
    float: left;
}
#design{
    float: right;
}
#design-logo{
    height: 30px;
    width: 20px;
    display: block;
    float: right;
}
#design-logo a,#design-logo a:hover, #design-logo a:visited{
    background-image: url('images/aberrant-dev.png');
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    height:100%;
    width: 100%;
}

/******AREAS SERVICED******/
#mapDIV{
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 830px;
}
#mapiframe{
    height: calc(100% - 150px);
    top: 150px;
}

/******CONTACT******/
.post-entry.contact{
    width: 864px;
    box-sizing: border-box;
    padding: 0 15px 50px 16px;
    float: none;
    margin: auto;
}
.contact p{
    font-size: 28px;
}
.contact-info{
    float: left;
    box-sizing: border-box;
}
.contact-info#hours{
    padding-right: 20px;
    width: 30%;
}
.contact-info#phones{
    padding: 0 10px;
    width: 30%;
}
.contact-info#emails{
    padding-left: 20px;
    width: 40%;
}
.contact-info table tr td{
    line-height: 30px;
    font-size: 20px;
    padding: 10px 0 2px 0;
}
.contact-info table tr td:nth-last-of-type(2){
    padding-right: 15px;
    padding-left: 5px;
}

/******FAQ******/
#faq-wrapper{
    width: 100%;
}
#faq-wrapper h3{
    padding-left: 30px;
    background-image: url('images/expand.png');
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.short-form-faq-list{
    display: none;
}
.short-form-faq-list ul li{
    padding: 5px 0;
}
#faq-wrapper h2{
    padding-top: 50px;
    padding-bottom: 0px;
}
.faq-item{
    padding-top: 25px;
}
.faq-question{
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 700;
}
.faq-answer{
    font-size: 16px;
    color: #656565;
}
#menu-wrapper-mob{
    display: none;
    position: absolute;
    right: 67px;
    top: 80px;
    z-index: 9999;
}
#menu-wrapper-mob img.menu-arrow{
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
}
#menu-wrapper-mob ul{
    display: block;
    list-style: outside none none;
    padding: 0;
    position: relative;
    background-color: #89c543;
    border-radius: 2px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
}
#menu-wrapper-mob ul li{
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    line-height:30px;
    color: #0c4e21;
    font-weight: 600;
}
.main-nav-mob{
    display: none;
    padding: 10px 5px;
    border-radius: 2px;
    box-sizing: border-box;
}
.main-nav-mob ul{
    background-color: #fff !important;
    width: 100% !important;
}
.main-nav-mob ul li{
    padding: 3px 10px;
    background-image: url('images/arrow-dark-grey-right-padded.png');
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left;
    
}
.main-nav-mob ul li a,.main-nav-mob ul li a:hover,.main-nav-mob ul li a:visited,.main-nav-mob ul li a:active{
    color: #373737;
    text-align: left;
    font-size: 14px;
}
.main-nav-mob ul li a:hover{
    text-decoration: underline;
}
.mob-only{
    display: none;
}
.desktop-only{
    display: block;
}
.info-boxes-mob{
    display: none;
}
#mob-header-link{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
}
#featured-image-mob{
    display: none;
}

/******RESPONSIVE******/
@media screen and (max-width: 800px){
    #header{
        width: 100%;
    }
    #logo{
        padding-left: 23px;
    }
    #menu-wrapper{
        display: none;
    }
    #header_phone{
        height: 83px;
        background-position: bottom left;
    }
    #menu-wrapper-mob{
        display: block;
    }
    .featured{
        height: 450px;
    }
    .featured-slide{
        height: 450px;
        background-size: 170%;
        background-position-x: -300px;
    }
    #hero-wrapper{
        top: 200px;
        width: 342px;
        padding-bottom: 20px;
        left: 45%;
    }
    #hero-a-text{
        font-size: 40px;
        line-height: 40px;
    }
    #hero-b-text{
        font-size: 18px;
        line-height: 26px;
    }
    #tagline-wrapper{
        padding-top: 160px;
    }
    #tagline-inner{
        width: 100%;
        padding: 40px 56px;
    }
    #tagline-inner h1{
        font-size: 28px;
    }
    #secondary-tag{
        font-size: 20px;
        line-height: 40px;
    }
    .info-boxes{
        width: 100%;
        padding: 75px 8px;
        box-sizing: border-box;
    }
    .info-box span{
        font-size: 18px;
        padding: 0 10px;
    }
    .info-box-desc{
        font-size: 13px;
        line-height: 20px;
        padding: 15px 20px;
    }
    #testimonials{
        width: 100%;
    }
    .enquiry-form{
        padding: 23px 0;
        box-sizing: border-box;
    }
    .enquiry-form-inner{
        width: 100%;
        box-sizing: border-box;
    }
    .enquiry-form-left{
        width: 40%;
    }
    .enquiry-form-right{
        width: 59%;
        float: right;
    }
    .enquiry-form textarea{
        width: 100%;
    }
    #footer-wrapper{
        padding: 23px 0;
    }
    #footer{
        width: 100%;
    }
    #footer #menu-wrapper{
        display: block;
    }
    #footer_phone{
        position: relative;
        top: -5px;
    }
    #page-bottom{
        width: 100%;
    }
    .mob-only{
        display: block
    }
    .desktop-only{
        display: none;
    }
    #pul,#dpul{
        width: 100%;
        padding: 0 15px;
        padding-top: 23px;
    }
    .general-wrapper{
        width: 100%;
        top: -100px;
        margin-bottom: -50px;
    }
    .post-entry.contact{
        width: 100%;
        padding: 0;
    }
    .contact-info#hours{
        width: 50%;
    }
    .contact-info#phones{
        width: 50%;
        padding-right: 0;
        padding-left: 20px;
    }
    .contact-info#emails {
        width: 50%;
        padding-right: 0;
        padding-left: 20px;
    }
}
@media screen and (max-width: 450px){
    .main-nav-mob ul li a, .main-nav-mob ul li a:hover, .main-nav-mob ul li a:visited, .main-nav-mob ul li a:active{
        font-size: 30px;
        line-height: 71px;
    }
    .general-wrapper{
        top: 0;
        text-align: center;
    }
    #logo{
        display: none;
    }
    #header-wrapper{
        height: auto;
        background-image: none;
    }
    #header{
        background-color: #0c4e21;
        background-image: url('images/logo_mob.png');
        background-repeat: no-repeat;
        background-position: center left;
        background-size: contain;
        height: 78px;
    }
    #header_phone{
        display: none;
    }
    #menu-wrapper-mob{
        right: 0;
        top: 0;
        width: 78px;
        height: 78px;
        background-color: #89c543;
    }
    #menu-content{
        content: " ";
        height: 78px;
        width: 78px;
    }
    #menu-wrapper-mob ul{
        width: 100%;
        margin: 24px 0;
    }
    #menu-trigger{
        color: transparent !important;
        background-image: url('images/arrow-dark-green-down.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: top;
        background-size: 34px;
    }
    #menu-trigger img{
        display: none;
    }
    .featured{
        height: 300px;
    }
    .featured-slide{
        height: 300px;
        background-position-x: -260px;
        background-position-y: bottom; 
        background-size: 240%;
    }
    #hero-wrapper{
        left: 55%;
        width: 40%;
        top: 128px;
    }
    #hero-b{
        display: none;
    }
    #tagline-wrapper{
        padding-top: 222px;
    }
    #hero-a-text{
        font-size: 33px;
    }
    #tagline-inner{
        padding: 26px 56px;
    }
    #tagline-inner h1{
        font-size: 20px;
        line-height: 28px;
    }
    #secondary-tag{
        font-size: 16px;
        line-height: 24px;
        padding-top: 15px;
    }
    .info-boxes{
        display: none;
    }
    .info-boxes-mob{
        display: block;
        padding: 30px 8px;
        width: 100%;
    }
    .info-box-link-wrapper-mob{
        background-image: url('images/arrow-light-green-right.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 70px;
    }
    .info-boxes-mob .title{
        padding: 30px 0 15px 0;
    }
    .info-boxes-mob .title div{
        padding-left: 15px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #0c4e21;
        border-bottom: 1px solid #89c543;
    }
    .info-boxes-mob .title div a,.info-boxes-mob .title div a:hover,.info-boxes-mob .title div a:visited,.info-boxes-mob .title div a:active,.info-box-desc a,.info-box-desc a:hover,.info-box-desc a:visited,.info-box-desc a:active{
        color: inherit;
        text-decoration: none;
    }
    .info-box-icon{
        display: block;
    }
    .info-box-icon a, .info-box-link-wrapper-mob div a{
        display: block;
        height: 100%;
        width: 100%;
    }
    .info-boxes-mob .info-box-desc{
        padding: 0 15px 0 15px;
        text-align: left;
        height: auto;
    }
    .info-box-icon-wrapper-mob{
        vertical-align: middle;
    }
    .info-box-link-wrapper-mob div{
        width: 100%;
        height: 100px;
        display: block;
    }
    #testimonials{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .testimonial .content{
        height: 20px;
    }
    .enquiry-form-left{
        width: 100%;
        padding-right: 0;
    }
    .enquiry-form-right{
        width: 100%;
        padding-left: 0;
    }
    .enquiry-form input{
        width: 100%;
    }
    .formCat div{
        margin: auto;
    }
    #footer .main-nav{
        width: auto;
        margin: auto;
    }
    #footer_phone{
        margin-top: 30px;
    }
    #mob-header-link{
        display: block;
    }
    .general-wrapper h1{
        padding-left: 20px;
        font-size: 26px;
        float: none;
    }
    #featured-image{
        display: none;
    }
    #featured-image-mob{
        display: block;
        width: 80%;
        margin: auto;
    }
    #featured-image-mob img{
        width: 100%;
    }
    .post-entry{
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .right-col{
        width: 100%;
        float: none;
        padding: 0;
        padding-bottom: 80px;
    }
    #pul,#dpul{
        width: 50%;
        box-sizing: border-box;
    }
    #faq-wrapper h2{
        text-align: left;
        font-size: 20px;
    }
    #faq-list{
        padding-bottom: 80px;
    }
    .contact{
        text-align: center;
    }
    .contact h1{
        text-align: center;
    }
    .contact-info#phones,.contact-info#emails,.contact-info#hours{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .contact-info#phones table{
        margin: auto;
    }
    .contact-info#hours table, .contact-info#emails table {
        width: 100%;
    }
    .contact table tr td{
        width: auto;
    }
    .contact-info#hours table tr td:first-of-type{
        width: 45%;
        text-align: right;
    }
    .contact-info#hours table tr td:last-of-type{
        width: 45%;
        text-align: left;
    }
    .post-entry.contact{
        padding-bottom: 80px;
    }
    #mapiframe{
        height: calc(100% - 70px);
        top: 70px;
    }
}
@media screen and (max-width: 375px){
    .main-nav-mob ul li a, .main-nav-mob ul li a:hover, .main-nav-mob ul li a:visited, .main-nav-mob ul li a:active{
        font-size: 30px;
        line-height: 62px;
    }
    #header{
        height: 70px;
    }
    #menu-wrapper-mob{
        width: 70px;
        height: 70px;
    }
    #menu-trigger{
        background-size: 30px;
    }
    .featured{
        height: 246px;
    }
    .featured-slide{
        height: 246px;
        background-position-x: -200px;
        background-size: 210%;
    }
    #hero-wrapper{
        top: 98px;
        left: 52%;
        width: 43%;
    }
    #tagline-wrapper{
        padding-top: 176px;
    }
    .info-boxes-mob .info-box-desc{
        padding-right: 0;
    }
    .testimonial .content{
        font-size: 20px;
    }
    #footer_phone{
        width: 100%;
        box-sizing: border-box;
        background-position: center center;
        background-size: contain;
    }
    .general-wrapper h1{
        font-size: 22px;
    }
    .general-wrapper{
        padding: 0 23px;
    }
    #design{
        display: none;
    }
    h2{
        text-align: left;
    }
}
@media screen and (max-width: 360px){
    .main-nav-mob ul li a, .main-nav-mob ul li a:hover, .main-nav-mob ul li a:visited, .main-nav-mob ul li a:active{
        font-size: 20px;
        line-height: 39px;
    }
    .featured-slide{
        background-size: 220%;
    }
    .info-box-link-wrapper-mob{
        width: 40px;
    }
    #hero-a-text{
        font-size: 32px;
    }
    .info-boxes-mob .info-box-desc{
        font-size: 12px;
    }
    .testimonial .content{
        font-size: 18px;
    }
}
@media screen and (max-width: 360px){
    .featured-slide{
        background-size: 220%;
    }
    #hero-wrapper{
        left: 55%;
        width: 39%;
    }
    #hero-a-text{
        font-size: 28px;
    }
    .testimonial .content{
        font-size: 16px;
    }
    .formCat{
        margin-left: -6px;
    }
    #menu-footer > li > a{
        font-size: 11px;
    }
    #page-bottom{
        font-size: 10px;
    }
    #header{
        background-size: 90%;
    }
    #pul,#dpul{
        float: none;
        width: 100%;
    }
    #faq-wrapper h3{
        font-size: 14px;
    }
    #faq-wrapper h2{
        font-size: 16px;
    }
    .faq-question{
        font-size: 14px;
    }
    .faq-answer{
        font-size: 14px;
    }
    .contact h2{
        text-align: center;
    }
    .contact-info table tr td{
        line-height: 24px;
        font-size: 16px;
        padding: 0px 0 2px 0;
    }
    .info-box-link-wrapper-mob{
        width: 50px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}