/*
Theme Name: Childs Property Inspections

/* Table of Contents
==================================================
        #Global Reset
*/



/* @group Global Reset */
@charset "utf-8";
body{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    overflow-x: hidden;
}

.sf-menu ul ul{
    right:100% !important;
    left:-100% !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 font-family: 'Montserrat', sans-serif !important;
   letter-spacing: 1px;
}

h2 {
letter-spacing: -1px;
color: #333;
}


body,ul,ol,dd{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ol, ul {
    list-style: none outside none;
}
article, aside, dialog, figure, footer, header,hgroup, nav, section { 
    display:block;
}
a, a:visited {
    color: #999;
    text-decoration: none !important;
}

/*button css*/
.suburb_service_area_wrapper .button{ 
    -moz-user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857 !important;
    margin-bottom: 0 !important;
    padding: 6px 12px !important;
    text-align: center !important;

    white-space: nowrap !important;

    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow:none !important;    
} 

.suburb_service_area_wrapper .button:hover{
    background: #449D44 !important;    
}

.suburb_service_area_wrapper .button.my_already_in_btn{ 

    background-color: #d9534f !important;
    border-color: #d43f3a !important;
} 

.suburb_service_area_wrapper .button.my_already_in_btn:hover{ 

    background-color: #c9302c !important;
    border-color: #ac2925 !important;
} 

/*end of button css*/

.top_gray_bg{
    background-color: #F3F7F8;
}

.top_gray_bg h1{
    font-size:10px !important;
    text-align:right;
    text-transform: uppercase;
    padding-bottom:10px;
    color: #a5afb8;
    padding-left:15px;
}

.top_call_now_wrapper{
    float:right;
}

.top_call_now_wrapper .top_call_now_icon{
    box-sizing: border-box;
    float: left;
    margin-left: 30px;
    padding-right: 5px;
    padding-top: 15px;
    width: 27px;
}

.top_call_now_wrapper .top_call_now_icon img{
    width:100%;
}

.top_call_now_wrapper .top_call_now_right{
     float:left;
}
.top_banner_wrapper{
    width:100%;
    box-sizing:border-box;
}
.top_banner_wrapper img{
    width:100%;
    height: 100vh;
}

#home_top_content_wrapper{
    position:relative;
    overflow:hidden;
}

.blue_section_main_wrapper{
    width:100%;
    box-sizing:border-box;
    position:absolute;
    top:20px;
    z-index:10;
}

.blue_section_main_wrapper .blue_section_main{
   background: url(images/clarity-blue-bg.jpg)  no-repeat right bottom;
   width:310px;
   height:350px;
   padding:15px;
}

.blue_section_main_wrapper .blue_section_main .blue_section_main_header{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.mobile_menu_icon{
    display:none;
    float: right;
    font-size: 30px;
    margin-left:30px;
    color:#4C9DD5;
}
.mobile_menu_icon:link{
     color:#4C9DD5;
}
.mobile_menu_icon:visited{
     color:#4C9DD5;
}
.mobile_menu_icon:hover{
     color:#4C9DD5;
}
.mobile_menu_icon:active{
     color:#4C9DD5;
}
/* @end */

/* === home ==== */
.home_top_section{
    margin:50px 0;
    width:100%;
    box-sizing:border-box;
}

.top_section_h1{
    text-align:center;
    text-transform:uppercase;
   
    margin-bottom:50px;
}

.top_section_h1 h1{
     font-size:28px;
}

.top_section_description{
     text-align:center;
     margin-bottom:50px;
}

.top_feature_items_wrapper{
    width:100%;
    box-sizing:border-box;
    overflow:hidden;
}

.top_feature_items_wrapper .top_feature_items_each{
    width:25%;
    box-sizing:border-box;
    padding:15px;
    float:left;
}

.top_feature_items_wrapper .top_feature_items_each .top_feature_items_each_title{
    color: #4c9dd5;
    font-size:20px;
    font-family: 'Montserrat', sans-serif !important;
}

 .top_feature_items_wrapper .top_feature_items_each .top_feature_items_each_description{
     
 }

 .gray_bg{
     background-color: #E9EDF1;
     padding:50px 0;
     width:100%;
     box-sizing:border-box;
 }
 
 .home_bottom_title{
     width:100%;
     text-align:center;
     box-sizing:border-box;
     margin-bottom:50px;
 }
 
 .home_bottom_description{
     width:100%;
     box-sizing:border-box;
     text-align:center;
     margin-bottom:40px;
 }
 
 .home_list_items{
     width:100%;
     box-sizing:border-box;
     overflow:hidden;
 }
 
 .home_list_items_left{
      width:50%;
     box-sizing:border-box;
     float:left;
     padding:0 15px;
     text-align:right;
 }
 
 .home_list_items_right{
      width:50%;
     box-sizing:border-box;
     float:left;
     padding:0 15px;
      text-align:left;
 }
 
 .home_bottom_btn_wrapper{
     width:100%;
     box-sizing:border-box;
     text-align:center;
     margin:30px 0 0;
 }
 
 .home_bottom_btn_wrapper .btn{
     border-radius: 0;
     border:1px #000 solid;
 }
 
/* ==end of home==== */


.logo_image{
    position:relative;
    z-index:1;
}

.header_logo{
	width:100%;
	box-sizing:border-box;
}

.header_logo img{
  width:148px;
  margin-top:-60px;
}

.header_big_wrapper{
    width:100%;
    box-sizing:border-box;
    position:relative;
}

.header_big_wrapper .header_logo{
    /*position:absolute;
    left:42px;*/
    float:left;
    z-index:1000;
    width:auto;
    position:relative;
    /*margin-top:-30px;*/
    margin-bottom:20px;
    margin-left:15px;
}

.blue-line{
    width:100%;
    height:5px;
    background-color:#f7ea75;
}

.contact_info_wrapper{
    margin-top:10px;
    font-weight: bold;
}

.call_now{
    color:#4962AA;
    font-size:12px;
}

.phone_number{
    color:#84BD10;
    font-size:26px;
}

#ch_mba_logo_wrapper{
    text-align:right;
    padding:0 3px;
}

/*start menu*/
.navbar{
    min-height:30px;
    position:relative;
    z-index:999;
}

.navbar-collapse{
    padding:0 5px;
    overflow-x: hidden;
}
.navbar-default {
    background-color: #fff;
    border: 0px;
    margin-bottom:0;
}

.navbar-nav > li{
    padding:0 !important;
}
.navbar-nav > li > a {
    padding: 25px 12px !important;
}
.navbar-nav .item-val{
    color:#888;
    font-weight:700;
    font-size:13px;
}

.navbar-nav .item-val:hover{
     color:#444;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .dropdown-menu > .active > a:focus  {
    background-color: #fff;
}

/*.navbar .current-menu-ancestor,.navbar .current-menu-parent,.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color:transparent !important;
}*/

.active a span{
    color:#84BD10 !important;
}
.nav_main_wrapper{
     float:right;
     margin-right:15px;
}

.sf-menu li{
    background:none;
}

.sf-menu a{
    color: #4c9dd5;
    font-size: 13px;
    font-weight: 700;
}

.sf-menu a:hover{
    color: #444;
}

.sf-menu li{
    background: none !important;
}

.nav_wrapper{
    /*float:right;*/
    margin-top:30px;
}

.sf-arrows .sf-with-ul::after{
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}

.sf-arrows > li > .sf-with-ul:focus::after, .sf-arrows > li:hover > .sf-with-ul::after, .sf-arrows > .sfHover > .sf-with-ul::after{
    border-top-color: #888;
}

.sf-menu li:hover, .sf-menu li.sfHover {
    background: none;
}

.sf-menu li.current-menu-item a{
    color: #4c9dd5;
}
.sf-menu ul{
    background-color: #fff;
}

.sf-menu .badge{
    background:none;
    color:#888;
}

.sf-menu .badge:hover{
    color:#444;
}

.top_call_now_wrapper .top_call_now_right .top_call_now_text{
     color: #888;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    top: 5px;
}

.top_call_now_wrapper .top_call_now_right .top_call_now_phone{
    color:#444;
    font-size:16px;
    font-weight:700;
}

.top_call_now_wrapper .top_call_now_right .top_call_now_phone a{
    color: #444;
    font-size: 20px;
    font-weight: 700;
}
/*end of menu*/

/*footer*/
footer{
    background-color: #27648f;
    color: #8db2cb;
    font-size: 10px;
}
footer a, footer a:visited {
color: #8db2cb;
}
footer a:hover, footer a:active{
color: #fff;
}
footer .row{
    margin:10px auto;
}
/*end of footer*/

#home_top_content_wrapper{
    color:white;

}
#home_top_content_wrapper .ms-info{ 
    margin-top:50px;
    font-size:24px;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

/*panel wrapper*/
.panel_main_wrapper{
   
    margin-top:-90px;
    position:relative;
    z-index:20; 
}

.panel_main_wrapper .col-md-3,.panel_main_wrapper .col-sm-6{
    padding-left:0;
    padding-right:0;
}
.panel_main_wrapper .panel_wrapper_item{
    /*border-top:5px solid #495DAC;*/
    width:230px;
    text-align:center;
    margin:10px 0px;
}

.panel_icon{
    width:100%;
    box-sizing:border-box;
    font-size:50px;
    text-align:center;
    color:#fff;
}

.panel_main_wrapper .panel_wrapper_item .panel_item_img{
    position:relative;
}

.panel_item_img{
    /*overflow:hidden;*/
    text-align:center;
    border-radius: 50%;
    height:240px;
    border: 10px solid #fff;
    cursor:pointer;
    background-color: #4C9DD5;
    background-image: url(images/swirl.png);
    background-position: right;
    background-repeat: no-repeat;
}
.panel_item_img .panel_bottom_text{
    position:absolute;
    width:100%;
    background:white;
    bottom:15px;
    opacity: 0.8;
    padding:5px;
}

.panel_item_img .btn_wrapper{
    width:100%;
   /* position:absolute;
    bottom:85px;*/
}

.panel_item_img .panel_item_input{
    width:90%;
    margin-left:5%;
    position:absolute;
}

.panel_item_img .panel_item_level_1{
    bottom:130px;
}
.panel_item_img .panel_item_level_2{
    bottom:85px;
}
.ch-double-arrows{
    background:url(images/ch-double-arrows.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:13px;
    height:13px;
    cursor: pointer;
}

.panel_item_img .panel_item_input .ch-double-arrows{
    top:10px;
    right:15px;
    position:absolute;
}

.panel_item_title{
    font-size:14px;
    font-weight:bold;
    margin:10px;
    color:white;
}

.panel_main_wrapper .panel_wrapper_item{
    margin-left:auto;
    margin-right:auto;
}

.panel_main_wrapper .panel_wrapper_item .panel_item_contents{
    width:100%;
    box-sizing:border-box;
    position:absolute; 
    top: 40%;
    left:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);

}

.shorter_panel_main_wrapper{
    bottom:15px;
}


#enqury_re_msg{
    display:none;
    padding:15px;
}

.panel_main_wrapper #panel_wrapper_1{
   /* background:url(images/ch-panel1-bg.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:100% auto;*/
}
.panel_main_wrapper #panel_wrapper_2{
    /* background:url(images/ch-panel2-bg.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:100% auto;*/
}
.panel_main_wrapper #panel_wrapper_3{
    /* background:url(images/ch-panel3-bg.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:100% auto;*/
}
.panel_main_wrapper #panel_wrapper_4{
    /*background:url(images/ch-panel4-bg.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:100% auto;*/
}

.required {
 color: #a94442;
}


.error_color {
 color: #a94442 !important;
}

#error_suburb_price_modal a{
    color:#4c9dd5;
}

/*end of panel wrapper*/

/*service wrapper*/
.services_wrapper{
    margin:0 auto;
    margin-top:50px;
    margin-bottom:20px;
}

.services_wrapper .service_title{
    color:#485EAA;
    font-size:30px;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
}
.service_item{
    margin:10px 0;
}
.service_item .service_item_name{
    display:inline-block;
    margin-left:6px;
}

.service_item .service_item_tick{
    display:inline-block;
    background:url(images/ch-tick.png)  no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:21px;
    height:21px;
    margin-bottom:-5px;
}

.services_wrapper .see_all_services_wrapper{
    margin:10px 0;
}

.inspection_services_wrapper{
    margin-bottom:30px;
}
.map_top_banner{
    width:100%;
    height:250px;
    overflow:hidden;
}
.map_top_banner img{
    width:100%;
}
/*end of service wrapper*/

/*gavin wrapper*/
.gavin_wrapper{
    margin-top:30px;

}

.gavin_wrapper #gavin_wrapper_title{
    color:#485EAA;
    font-size:26px;
    text-align:right;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:20px;
}
.gavin_wrapper #gavin_wrapper_description{
    padding:10px;
}
.link_blue_color a,a.link_blue_color{
    color:#2287FA;
    font-weight:bold;
}
#book_an_inspection_btn_wrapper,#call_phone_wrapper{
    display:inline-block;
}

#book_an_inspection_btn_wrapper button{
    height:60px;
}

.gavin_wrapper .call_phone{
    color:#84BD10;
    font-size:30px;
    font-weight:bold;
}
.gavin_img_middle_bottom{
    padding:10px;
    overflow:hidden;
}

.gavin_img_middle_bottom .gavin_img_side,.gavin_img_middle_bottom .gavin_img_des{
    float:right;
    margin:8px;
}

#ch-tip-wrapper{
    text-align: center;
    width:100%;
    background-color: #EDF0F5;
}
/*end gavin wrapper*/

/*testimonials*/
.testimonials_bg{
    background-color: #EDF0F5;
    padding:10px 0;
    height:500px;
}

#testimonials_wrapper{
    height:300px;
    color:#9B9A98;
}
.testimonials_static_header{
    color:#485EAA;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    margin:30px 0;
}

#testimonials_wrapper .testimonials_item .testimonials_item_content{
    background: none repeat scroll 0 0 #fff;
    /*border-radius: 0.25em;*/

    line-height: 1.4;
    margin-bottom: 1em;
    padding: 2em;
    position: relative;
    font-size:20px;
}

#testimonials_wrapper .testimonials_item .testimonials_item_content:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 15px 12px;
    content: "";
    height: 0;
    /* left: 80px;*/
    position: absolute;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 0;
}

#testimonials_wrapper .testimonials_item .testimonials_item_bottom_wrapper{
    text-align:center;
    margin-left:auto;
    margin-right: auto;
    padding:5px 0;
}

.testimonials_item_bottom_wrapper .testimonials_item_author{
    font-size:20px;
}

.testimonials_item_bottom_wrapper .testimonials_item_company{
    font-size:14px;
    font-weight: bold;
    color:black;
}

.testimonials_static_header h3{
    font-size:36px;
}

.more_customer_feedback{
    text-align: center;
    margin:20px auto;
    margin-top:30px;
}
/*end of testimonials*/

/*bottom gallery*/
.bottom_gallery_up_wrapper{
    margin:40px auto 10px auto;
}

.bottom_gallery_up_wrapper .bottom_gallery_up_title{
    color:#485EAA;
    font-size:18px;
    font-weight:bold;
}

.bottom_gallery_up_wrapper .bottom_gallery_up_description{
    padding:5px;
}

.bottom_gallery_up_wrapper .bottom_gallery_up_sideimg{
    margin-top:20px;
}

.break-line{
    border-bottom:1px #ccc solid;
    margin:10px 0;
}

.bottom_gallery_down_wrapper{
    margin:10px auto;
}

.bottom_gallery_down_wrapper .bottom_gallery_down_title{
    font-size:18px;
    font-weight:bold;
}

.bottom_gallery_up_wrapper .bottom_gallery_down_description{
    padding:5px;
}

/*end of bottom gallery*/

/*start bottom details wrapper*/
.bottom_details_wrapper .contact_phone_wrapper{
    margin-top:50px;
    margin-left:20px;
    float:left;
    font-weight:bold;
}

.bottom_details_wrapper .logo_wrapper{
    margin-left:15px;
    float:left;

}

.bottom_details_wrapper .logo_wrapper img{
    width:200px;
}

#abn_wrapper{
    padding:10px;
    margin-top:30px;
    margin-left:15px;
}

.bottom_details_sponsor_wrapper{
    margin:10px 0;
}
.bottom_details_title_wrapper{
    margin:10px 0;
}

/*end of bottom details wrapper*/

/*about us page*/
#about_us_top_content_wrapper{
    position:relative;
    width:100%;
}

#about_us_top_content_wrapper .about_us_top_content_text_wrapper{
    position:absolute;
    bottom:10px;
    color:white;
}
.breadcrumbs{
    margin:10px 0;
}
.breadcrumbs a{
    color:#8491C1;
}
.breadcrumbs .sep{
    margin:0 10px;
}
.content_heading_wrapper{
    font-size:30px;
    font-weight:bold;
    color:#485FA8;
    margin:10px 0;
}
.sub_heading{
    font-size:20px;
    color:#485FA8;
    overflow: hidden;
    margin:10px 0;
    font-weight:bold;
}

.sub_heading::after{
    content:"";
    display: inline-block;
    height: 6px;
    vertical-align: middle;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border: 1px solid #EBE8E3;
}
.service_item{
    height:60px;
    line-height:60px;
}
.service_item_name{
    display:inline-block;
    width:165px;
    line-height:normal;
    vertical-align: middle;
    padding:0;
}

.services_wrapper .service_item_name{
    width:240px;
}

.services_wrapper .service_item{
    line-height: 30px;
    height:30px;
}

.service_item a{
    color:#84BD10;
}

.article_icon{
    display:inline-block;
    background:url(images/icon-reports.png)  no-repeat center center;
    width:61px;
    height:68px;
    vertical-align: middle;
    line-height:normal;
}

.service_item a:hover{
    color:#485EAA;
}


.inspection_areas_wrapper{
    margin-bottom:80px;
}

.aboutus_main_content{
    margin-bottom:30px;
}

.aboutus_service_item_wrapper{
    margin-bottom:30px;
}
/*end of about us page*/

/*areas css*/
.area_wrapper .area_item{
    height:40px;
    line-height:20px;
    margin:10px 0;
    background-color:#e9edf1;
    padding:10px;
    cursor: pointer;
    border:1px #d7dde3 solid;
}
.area_wrapper .area_item_name{
    display:inline-block;
    width:160px;
    line-height:normal;
    vertical-align: middle;
    padding:0;
    margin-left:5px;
    color:#428bca;
}

.area_icon{
    display:inline-block;
    /*background:url(images/area_icon.png)  no-repeat center center;*/
    /*width:14px;
    height:17px;*/
    margin-right:5px;
    vertical-align: middle;
    line-height:normal;
    color:#428bca;
}

.area_wrapper .area_item:hover{
    background-color:#f7ea75;
    border:1px #e5d11f solid;
}
.area_wrapper .area_item:hover .area_item_name{
    color:#000;
}

.area_wrapper .area_item:hover .area_icon{
    color:#000;
}
/*end of areas css*/


/*inspection services page*/
.inspection_services_items_wrapper{
    margin:10px 0;
    cursor: pointer;
    border-bottom:3px solid #F8F7F4;
    padding:15px 0;
}
.inspection_services_items_wrapper .inspection_services_image_wrapper{
     padding:0;
   margin:0;
}
.inspection_services_items_wrapper .inspection_services_item_image{
     /*background:url(images/inspection_services_icon.jpg)  no-repeat center center;*/
    width:92px;
    /*height:103px;*/
    vertical-align: middle;
    text-align:left;
   
    /*line-height:normal;*/
}

.inspection_services_items_wrapper .inspection_services_item_image img{
    width:100%;
    display:block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2) !important;
}

.inspection_services_items_wrapper .inspection_services_content{
    margin-left:20px;
}

.inspection_services_items_wrapper .inspection_services_content .inspection_services_content_title{
    font-size:20px;
    color:#485EAA;
    margin-bottom:10px;
    font-weight:bold;
}

.inspection_services_items_wrapper .inspection_services_content_specail_price{
    font-size:24px;
    font-weight:bold;
    color:#84bd10;
  
}
.inspection_services_items_wrapper .inspection_services_content_specail_price_text{
    font-size:14px;
    color:#84bd10;
    font-weight:bold;
    margin-bottom:10px;
}
.inspection_services_items_wrapper .readmore:hover{
    background-color: #485EAA;
    border-color: #285e8e;
    color: #fff;
}

.inspection_services_content .content_title_hover{
    color:#84bd10 !important;
}


.inspection_more_services_wrapper{
    background: none repeat scroll 0 0 #495FAB;
    font-size: 14px;
    color:#fff;
    position: relative;
    border-top:5px solid #84bd10;
    height:50px;
    line-height:50px;
    text-align: center;
    margin-top:20px;
     margin-bottom:120px;
     cursor: pointer;
}

.inspection_more_services_wrapper:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 20px 150px;
    border-color: #495FAB transparent transparent;
    content: "";
    height: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}
/*end of inspection services page*/

/*serviced locations*/
.service_area_wrapper .sub_heading{
    margin-top:30px;
}

.service_area_wrapper .other_nsw_areas_wrapper{
    margin-bottom:80px;
}
/*end of serviced locations*/

/*bottom gray wrapper*/
.bottom_gray_bg_wrapper{
    background-color:#EBE8E3;
    padding-top:15px;
}

.bottom_gray_bg_wrapper #bottom_gray_title{
    color:#485EAA;
    font-size:26px;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:20px;
}
.bottom_gray_bg_wrapper #bottom_gray_description{
    padding:10px;
}
.bottom_gray_bg_wrapper #book_an_inspection_btn_wrapper button{
   width:300px;
}
.bottom_gray_bg_wrapper #call_phone{
    color:#485EAA;
    font-size:30px;
    font-weight:bold;
}
/*end of bottom gray wrapper*/

/*map setting*/
.acf-map {
	width:100%;
        height:400px;   
}
.map-banner-wrapper{
    width:100%;
    position:relative;
}

.map-bg{
    background: url(images/map-bg.png)  repeat-x center center;
    position:absolute;
    /*opacity:0.6;*/
    z-index:10;
    width:100%;
    height:450px;
    top:0;
}
.map-text{
    position: absolute;
     z-index:15;
     font-size:30px;
     color:white;
     font-weight:bold;
     bottom:110px;
    padding:5px 0 0 10px;
     width:100%;
}

.top-map{
    width:100%;
    height:450px;
}
#map-canvas{
    position:relative;
    width: 100%;
    height: 400px;
    text-align: center;
    overflow:hidden;
    border-top: 5px solid #89bf1a;
}
#map-canvas .book_inspection_btn{
    position:absolute;
    z-index:50;
    bottom:65px;
    width:100%;
}

#map-canvas .book_inspection_des{
    position:absolute;
    background-color: rgba(255,255,255,0.8);
    height:50px;
    width:100%;
    bottom:0px;
     z-index:50;
}
/*end of map setting*/
.quick-search-box{
    position:relative;
}
.quick-search-box .ch-double-arrows{
    position:absolute;
    right:15px;
    top:10px;
}

.hover-green-btn:hover{
     background-color:#89BF1A !important;
     border-color:#89BF1A;
}
.suburb_list{
     margin:10px 0 30px 0;
     overflow:hidden;
}
.suburb_list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
   
}
.suburb_list li{
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px; 
    padding-left: 14px;
    float:left;
    width:200px;
    line-height:25px;
}

.quick-search-box-wrapper{
    margin:15px 0;
}

.search_highlight{
    background-color: #FFFF00;
}

 /*.ui-autocomplete-category{
     background-color: #005fb3;
 }*/
.ui-autocomplete-category {
    background-color: #005fb3;
    color:white;
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.articles_wrapper{
    margin-bottom:50px;
}
.articles_wrapper .articles_preview{
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
}

.articles_wrapper .articles_preview .articles_title{
    color: #485fa8;
    font-size: 20px;
    font-weight: bold;
    padding:10px 0;
}
.articles_wrapper .articles_preview .articles_description{
    margin-bottom:10px;
}
.articles_wrapper .articles_preview .articles_readmore{
    text-align: right;
}
.articles_wrapper .articles_preview .articles_title a{
    color:#485fa8;
}

.articles_wrapper .articles_preview .articles_title a:hover{
    color:#89bf1a;
}

.articles_wrapper .articles_preview .articles_title.green_title a{
    color:#89bf1a;
}


.alt_style_big .first{
    width:20%;
}

.download_btn_wrapper{
    text-align: right;
    margin-top:25px;
    margin-bottom:15px;
}

.price_listing_sidebar .sidebar_heading{
    color: #485fa8;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}



.price_listing_sidebar .panel-body{
    text-align:left;
    padding:8px;
    overflow: hidden;
}

.price_listing_sidebar .panel-body .price_label{
      color: #485fa8;
    font-size: 20px;
    font-weight: bold;
    float:left;
}

.price_listing_sidebar .panel-body .price_btn_wrapper{
    margin-top:3px;
    float:right;
}

.form-heightlight{
    background-color: #F7F7F9 !important;
    padding:10px;
}

.help-block-error{
     color: #a94442;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.bg-danger,.bg-info{
    padding:15px;
}

.photo_gallery_wrapper .pg_image_item_wrapper{
    background-color: #fff;
   /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2);*/
    margin-bottom: 50px;
    padding: 0;
}

.photo_gallery_wrapper .pg_image_item_title{
    padding:10px;
    font-size:14px;
    text-align:center;
    color: #4962aa;
}


.photo_gallery_wrapper .pg_image_item_title a{
    padding:10px;
    font-size:14px;
    text-align:center;
    color: #4962aa;
}


.photo_gallery_wrapper .pg_image_item_button{
    padding:10px;
    text-align:right;
}

.masonry_img_wrapper_whole{
    margin:15px auto;
}
.masonry_img_wrapper_whole .row{
    padding:0px;
}
.masonry_img_wrapper_whole .col{
    padding:2px;
}

.masonry_img_wrapper_whole .col .my-img{
    width:100%;
}

.report-type_wrapper{
    margin-bottom: 15px;
}

.inspection_date_time_wrapper,.inspection_date_time_wrapper_in_search{
    font-size:14px;
    margin:10px 0;
    color:#485FA8;
}

.call_phone a,.phone_number a{
    color:#84BD10;
}

.link-buton{
    margin-top:15px;
}

.property_inspection_services_description_wrapper{
    margin-top:20px;
    margin-bottom:20px;
}

.property_care_wrapper_txt{
    text-align:center;
    font-size:10px;
    color:#999;
    margin:10px auto;
}

#securepay_card_ccv{
	width:60px !important;
}

.archive_expiry_message{
    font-size:10px;
    color:#d9534f;
    margin:10px 0;
}
.aligncenter,
div.aligncenter {
    display: block !important;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right !important;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left !important;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right !important;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left !important;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block !important;
    margin-left: auto;
    margin-right: auto
}

.text_info{
    font-size:10px;
    padding:0 5px 10px;
}

 .strikeout {
    position: relative;
}
.strikeout::after {
    border-bottom: 3px solid red;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.pac-matched{
     background-color:#FFF200 !important;
}

.products .archive_product_des{
    margin:15px 0;
    font-size:10px;
}

.suburb_service_area_wrapper ul.products{
    width:100%;
    box-sizing:border-box;
    overflow:hidden;
}

.suburb_service_area_wrapper{
  margin-top:15px;
  margin-bottom:15px;
}

.suburb_service_area_wrapper ul.products li{
    float:left;
    width:25%;
    padding:15px;
}

.suburb_service_area_wrapper ul.products li:nth-child(4n+1){
	clear:both;
}


.suburb_service_area_wrapper ul.products li img{
    width:100% !important;
    box-sizing:border-box;
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2) !important;
}

.suburb_service_area_wrapper ul.products li .archive_product_title_wrapper{
    min-height:50px;
    margin-top:15px;
}

.suburb_service_area_wrapper .button{
    margin-top:15px;
}

.footer_blue_bg{
    background-color: #5E9FD3;
    width:100%;
    box-sizing:border-box;
    padding:50px 0;
}

.footer_blue_bg .footer_blue_items_each{
    width:33.333333%;
    box-sizing:border-box;
    color:#fff;
    float:left;
    padding:15px;
}

.footer_blue_bg .footer_blue_items_each .footer_blue_items_each_title{
   margin-bottom:30px;
} 

.footer_blue_bg .footer_blue_items_each .footer_blue_items_each_title h3{
    font-size:20px;
}

#unassigned_contact_wrapper{
    margin-bottom:30px;
}

/*start media*/
@media (max-width:1200px){
     .header_logo img{
        margin-top:-40px;
    }
   
    .nav_wrapper{
        margin-top:10px;
    }
}
@media (min-width: 768px) {

    .navbar .dropdown-menu .dropdown > a::after {
        border-color: transparent transparent transparent #ccc;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-top: 5px;
        width: 0;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: right;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }
    .dropdown-menu  .dropdown-menu{
        left:100%;
        top:0px;
    }
     .quick-search-box input{
        width:400px !important;
    }
    
}



@media (min-width: 993px) and (max-width:1199px){
      .panel_main_wrapper{
        margin-top:-75px;
    }
}
@media (min-width: 1025px) and (max-width:1200px){
     .suburb_service_area_wrapper ul.products li{
        width:33.333333%;
    }
	
	.suburb_service_area_wrapper ul.products li:nth-child(4n+1){
		clear:none;
	}
	.suburb_service_area_wrapper ul.products li:nth-child(3n+1){
		clear:both;
	}
}

@media (min-width: 768px) and (max-width:1024px){
     .suburb_service_area_wrapper ul.products li{
        width:50%;
    }
	
	.suburb_service_area_wrapper ul.products li:nth-child(4n+1){
		clear:none;
	}
	.suburb_service_area_wrapper ul.products li:nth-child(3n+1){
		clear:none;
	}
	
	.suburb_service_area_wrapper ul.products li:nth-child(2n+1){
		clear:both;
	}
        
        .top_gray_bg .container{
            width:100% !important;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    .panel_main_wrapper .panel_wrapper_item,.panel_main_wrapper .panel_wrapper_item .panel_item_img{
        width:350px;
        height:350px;
    } 

    .header-wrapper{
        width:100%;
    }
    .nav ul{
        padding:0;
        margin:0;
    }
    .nav >li{
        height:75px;
        line-height:75px;
        text-align:center;
        width:100px;
        border-right:1px #e1e1e1 solid;
    }

    .navbar-nav > li > a{
        display: -moz-inline-box;  /* FF2 or lower */
        display : inline-block;     /* FF3, Opera, Safari */
        line-height:normal;
        vertical-align: middle;
        padding:0;
    } 
}

@media (min-width: 768px) and (max-width:1023px){
    .mobile_menu_icon{
        display:block;
    }
    
    .nav_main_wrapper{
        display:none;
    }
    
    .top_call_now_wrapper{
        margin-right:15px;
        margin-top:20px;
    }
    
    .top_feature_items_wrapper .top_feature_items_each{
        width:50%;
    }
}

@media (max-width: 767px) {
    .service_item .service_item_name{
        width:300px !important;
    }
    .services_wrapper .service_item_name{
        width:240px !important;
    }
   
    .suburb_service_area_wrapper ul.products li{
        width:100%;
    }
    
    .blue_section_main{
        display:none;
    }
    
     #home_top_content_wrapper{
        height:auto !important;
    }
    
    .top_banner_wrapper img{
        height:auto !important;
    }
    
    .top_feature_items_wrapper .top_feature_items_each{
        width:100%;
    }
    
    .home_list_items_left,.home_list_items_right{
        width:100%;
        text-align:center;
        margin-bottom:20px;
    }
    
    .footer_blue_bg .footer_blue_items_each{
        width:100%;
        padding:0 15px;
    }
    
    .footer_blue_bg .footer_blue_items_each .footer_blue_items_each_title{
        margin-bottom:10px;
        margin-top:0;
    }
    
    .footer_blue_bg{
        padding:15px 0;
    }
}

@media (min-width:481px) and (max-width: 767px) {
    
     .mobile_menu_icon{
        display:block;
    }
     .header_logo img{
        width:100px;
    }
    
    .top_call_now_wrapper .top_call_now_right .top_call_now_phone a{
        font-size:15px;
    }
    .nav_main_wrapper{
        display:none;
    }
    
    .top_call_now_wrapper{
        margin-right:15px;
        margin-top:0px !important;
    }
}

@media (max-width: 480px) {
     .mobile_menu_icon{
        display:block;
    }
    
    .nav_main_wrapper{
        display:none;
    }
     .header_logo img{
        width:70px;
    }
    
    .top_call_now_wrapper .top_call_now_right .top_call_now_phone a{
        font-size:15px;
    }
    .top_call_now_wrapper{
        margin-right:15px;
       margin-top:-10px;
    }
    
    .logo_img_middle,#call_phone_wrapper,#book_an_inspection_btn_wrapper{
        text-align:center;
        width:100%;
    } 
    #home_top_content_wrapper .ms-info{
        font-size:14px;

        padding:10px;
    }
    .panel_main_wrapper{
        margin-top:10px;
    }
    .testimonials_bg{
        height:auto;
    }
    #testimonials_wrapper{
        height:auto;
    }
    .map_top_banner{
        height:100px;
        bottom:-20px;
    }
    
    .home_service .service_item .service_item_name{
        width:220px !important;
    }
    
    .woo-single-product-wrapper .summary{
        width:100% !important;
    }
    
    .contact_info_wrapper .phone_number{
        font-size:20px;
    }
    
    .service_item{
        height:auto;
        line-height:auto;
    }
    
    .service_item .service_item_name{
        width:100% !important;
    }
}
/*end of media*/





.top_gray_bg h1 {
	text-align: left !important; 
	padding-left: 120px !important;
}

.top_gray_bg a {
	float: right;
	padding: 20px 0px;
}

@media screen and (max-width: 1024px) {
	.top_gray_bg a {
		display: none;
	}
	
	.top_gray_bg h1 {
		text-align: right !important; 
		padding-left: 0px !important;
	}
}