/*
Theme Name: CPC
Theme URI: https://crystalcreative.com.au
Description:  
Version: 3.1
Author: crystalcreative
Author URI: https://crystalcreative.com.au
*/


@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-size:16px;
	color: #000;
}

p {
	font-family: 'Open Sans', sans-serif;
    font-size:16px;
	line-height: 24px;
	color: #000;
	margin-bottom:30px;
}



/*====== header*/


.main_bg{
	width:100%;
	background:url(images/banner_bg.jpg) no-repeat top center;
	height:900px;
	background-size:cover;
}

.header {
    width: 100%;
}

.header_wrapper {
    width: 1110px;
    margin: 0 auto;
}

.header_mid {
    width: 100%;
    float: left;
    margin-top: 22px;
}

.nav {
    width: 23px;
    float: right;
    text-align: center;
    margin-top: 15px;
}

.header_mid_l {
    width: 230px;
    background: url(images/call.png) no-repeat left center;
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 10px 60px;
	margin-top: 23px;
}

.header_mid_l a{
	color:#fff;
}

.banner {
    width: 100%;
    text-align: center;
	color:#fff;
}

.banner_wrapper {
    width: 450px;
    margin: 0 auto;
}

.banner_mid {
    width: 100%;
    float: left;
}

.logo {
    width: 100%;
    float: left;
	text-align:center;
	margin-bottom:120px;
}

.banner_title {
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    line-height: 39px;
    margin-bottom: 50px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
}

.banner_btn1 {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 210px;
    text-transform: uppercase;
    background: #702935;
    color: #fff;
    font-size: 14px;
    padding: 16px 0;
    font-weight: 500;
}

.banner_btn1:hover {
    background: #fff;
    color: #702935;
}

.banner_btn2 {
    font-family: 'Montserrat', sans-serif;
    float: right;
    width: 210px;
    text-transform: uppercase;
    background: #0f2340;
    color: #fff;
    font-size: 14px;
    padding: 16px 0;
    font-weight: 500;
}

.banner_btn2:hover {
    background: #fff;
    color: #0f2340;
}


/*====== header*/



/*====== trouble_sec*/


.trouble_sec {
    width: 100%;
    padding: 75px 0 0 ;
    background: url(images/footer_bg.jpg) no-repeat top center;
        background-size: auto;
    height: 337px ;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.trouble_sec_wrapper {
    width: 790px;
    margin: 0 auto;
}

.trouble_sec_mid {
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
}

.trouble_sec_form_sec {
    width: 100%;
    float: left;
}

.trouble_sec_mid p{
color:#fff;
}

.robot {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0;
}

.trouble_sec_form_sec_inner{
    width: 100%;
    float: left;
	}

.trouble_sec_form_sec_inner2 {
    width: 745px;
    float: none;
    margin: 0 auto;
}
.trouble_sec_form_sec_inner2 .cf7sr-g-recaptcha {
    width: 343px;
    margin: 0 auto;
    display: bl ock;
    float: none;
}
.trouble_sec_form_sec_inner2 p {
    margin-bottom: 17px;
}
.trouble_sec_form_sec_input input {
    width: 140px;
    float: left;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 14px;
    margin-right: 13px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.trouble_sec_form_sec_input label {
    display: none;
}

.trouble_sec_form_sec_input select {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
	color:#fff;
    width: 170px;
    float: left;
    padding: 13px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('images/input_arrow.png') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: 93% 20px;
    border: 1px solid #fff;
	border-radius: 0 !important;

}

.trouble_sec_form_sec_inner2 .wpcf7-submit {
    width: 190px;
    float: right;
    border: 1px solid #702935;
    background: #702935;
    color: #fff;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
	cursor:pointer;
}

.trouble_sec_form_sec_input_btn:hover {
    background: #fff;
    color: #702935;
}



/*====== trouble_sec*/


/*====== footer*/


.footer {
    width: 100%;
    padding: 25px 0;
    font-family: 'Montserrat', sans-serif;
}

.footer_wrapper {
    width: 1110px;
    margin: 0 auto;
}

.footer_mid {
    width: 100%;
    float: left;
}

.footer_mid_l{
	width:400px;
	float:left;
	font-size:14px;
}

.footer_logo{
	width:108px;
	float:left;
	text-align:center;
}

.footer_title {
    width: 100%;
    float: left;
    font-weight: 700;
   
}

.footer_mid_l_right {
    width: 276px;
    float: right;
    margin-top: 9px;
}

.footer_mid_l a {
    color: #000;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-weight: 500;
}

.footer_mid_l a:hover {
    color: #ccc;
}

.footer_mid_r {
    width: 240px;
    float: right;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 500;
}

.footer_mid_r a{
    color: #000;
}

.footer_mid_l a:hover {
    color: #ccc;
}

.back{
	width:100%;
	float:left;
	text-align:right;
	margin-bottom:10px;
}


.button-width {

    width: 232px !important;
    margin: 0 auto;
    padding: 0;

}

.button-width-commercial {
    width: 293px !important;
    margin: 0 auto;
}
.trouble_sec .banner_title {
    margin-bottom: 27px;
}

.footer_mid_r p {
    font-size: 14px;
}
.inner-page-bg {
    height: 600px;
}

.team-heading {
    margin-bottom: 7px !important;
}



.pride-heading {
    width: 592px !important;
    margin: 0 auto;
    display: block;
    float: none;
    
}
.inner-button-sec {

    width: 464px;
    margin: 0 auto;
    margin-top: 8px;

}
.inner-button-sec a {
    background: none;
    border: 1px solid;
}
.page-template-default .trouble_sec {
    padding-top: 119px;
    padding-bottom: 0;
    height: 285px;
}
.home .trouble_sec {
    height: 337px !important;
    padding: 75px 0 0 !important;
}
.right-cont {
    float: right;
    width: 73%;
}


.sidebar {
    width: 25%;
    float: left;
    margin-right: 0;
}
.sidebar ul li a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 17px 15px;
    width: 200px;
    float: left;
    text-transform: uppercase;
}
.sidebar ul li {
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border: 1px solid #702935;
}
.bush-img {
    margin-bottom: 7px !important;
}
.main-heading {
    margin-bottom: 6px !important;
}

.domestic {
    text-align: center;
    font-size: 12px;
    width: 176px;
    float: left;
    margin-right: 29px;
	letter-spacing: 1.5px;
}
.dom-text p {
    margin-bottom: 0;
}
.kitchen-text p {
    margin-bottom: 2px;
}
.kitchen-text {
    margin-bottom: 0 !important;
}
.conatct-form label {
    display: none;
}
.contact-form-left {
    float: left;
    width: 47%;
    margin-right: 20px;
}
.contact-form-right {
    float: right;
    width: 46%;
}
.conatct-form input {
    border: none;
       
  
    font-size: 16px;
    color: #000;
	width: 92%;
	/*margin-bottom: 47px;
	   border-bottom: 1px solid #666;
	   */
	padding: 5px 0;
}
.conatct-form p {
    margin-bottom: 0;
}
.conatct-form select {
    width: 92%;
    border: none;
 
	background: url("images/con_icon_arrow.png");
   
background-repeat: no-repeat;
background-position: right;
	/*margin-bottom: 47px;
	 border-bottom: 1px solid #666;*/
	font-family: 'Open Sans', sans-serif;

font-size: 16px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
	opacity:1;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
	opacity:1;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
	opacity:1;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
	opacity:1;
}

select
{-moz-appearance: none;
-webkit-appearance: none;}
.message-field textarea {
    float: left;
    width: 100%;
    border: none;
 
    height: 58px;
    width: 97%;
	font-family: 'Open Sans', sans-serif;

font-size: 16px;
	  /*  border-bottom: 1px solid #666;
	margin-bottom:42px;*/
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
	opacity:1;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
	opacity:1;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
	opacity:1;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
	opacity:1;
}

.conatct-form .wpcf7-submit {
    background: #702935;
    color: #fff !important;
    text-transform: uppercase;
    width: 198px !important;
    padding: 10px 0;
	letter-spacing: 1px;
font-size: 16px;
	cursor: pointer;
}
.phone-right {
    background: url("images/con_icon1.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    color: #000;
    float: left;
    width: 100%;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 36px;
    margin-bottom: 15px;
}
.mail {
    background: url("images/con_icon2.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 38px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.address {

    float: left;
    width: 100%;
    color: #000;
    background: url("images/con_icon3.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 38px;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;

}
.page-template-servcies .wrapper_mid2 {
    padding: 87px 0;
}
.navbar-toggle {
    float: right;
}

#responsive-menu-button {
    background: none !important;
}
#responsive-menu {
    margin-top: 118px !important;
    text-align: center;
}
#menu-services-menu .current-menu-item a {
    color: #fff;
}
#menu-services-menu .current-menu-item {
    background: #702935;
  
}
#menu-services-menu li:hover a {
    color: #fff;
}
#menu-services-menu li:hover {
    background: #702935;
}
/*====== footer*/


.conatct-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
	opacity:1;
}
.conatct-form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
	opacity:1;
}
.conatct-form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
	opacity:1;
}
.conatct-form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
	opacity:1;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0f2340;
    padding-bottom: 33px;
    z-index: 999;
}
.trouble_sec_form_sec_input {
    width: 185px;
    float: left;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    width: 100%;
    margin: 0;
}
.trouble_sec_form_sec_input select option {

    background: #000;

}
.sticky-logo {
    float: left;
    display: none;
}
.sticky .sticky-logo {
    display: block;
	margin-top: 15px;
}
.header_mid_r {
    display: none;
}

.sticky .header_mid_l {
    display: none;
}
.sticky .header_mid_r {
    display: block;
    float: right;
   
    margin-top: 17px !important;
}



.admin-bar .header_mid_l {
    margin-top: 0;
}
.project-gallery img {
    border: none !important;
}





#responsive-menu li a {
    text-transform: uppercase;
}
#responsive-menu li ul li a {
    text-align: center !important;
}
#responsive-menu li ul {
    margin: 0 auto;
    display: block;
    /*width: 306px !important;*/
  
    text-align: center !important;
}
.swiper-slide .swiper-slide-image {
    float: left;
	margin-right: 40px;
}

.swiper-slide {
    border: 1px solid #f1f1f1;
    padding: 45px;
}
.sticky .header_mid_r.header_mid_l {
    background: url("images/phoneno.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 43px;
    font-size: 17px;
    width: 160px;
    margin-top: 22px !important;
}

#responsive-menu-container ul li a {
    display: unset !important;
    padding: 0 46px !important;
}
.responsive-menu-subarrow {
    top: -10px !important;
	font-size: 15px;
}
.responsive-menu-subarrow {
    top: -8px !important;
    font-size: 13px;
    right: 11px !important;
}
.footer_mid_l_right p, .footer_mid_l_right a {
  margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.footer_logo img {
    width: 86%;
}
.showcase-gallery .gallery {
    text-align: center !important;
}
.showcase-gallery .gallery .gallery-item {
    float: none !important;
}
.showcase-gallery .gallery .gallery-item img {
    border: none !important;
}

.wpcf7-not-valid-tip {
	float: left;
}

.wpcf7 form .wpcf7-response-output {
	float: left;
	width: 100%;
	color: #000;
}

.wpcf7-form-control-wrap {
	width: 100%;
	border-bottom: 1px solid #666;
	float: left;
	margin-bottom: 47px;
}

.wpcf7-submit {
   -webkit-appearance: none;
   -moz-appearance:   none;
   appearance:       none;
}