/*
Theme Name: Brushup Child Theme
Theme URI: http://shtheme.com/demosd/brushup
Description: This is child theme of brushup
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  brushup-child
Template: brushup
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/
body {opacity: 0;transition: 0.3s}
body.all-loaded {opacity: 1}

.logo img, .logo-side img, .footer-logo img {width: 216px}
.blog-img .blog-meta span a{overflow: visible}
.widget br{display: none}
.tagcloud li{display: inline-block}

.tagcloud li a {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	background: #f5f5f5;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px!important;
	font-weight: 500;
	color: #5f5b5b;
	border-radius: 2px;
}
.tagcloud li a:hover{background:#23A036;color: #fff}
.widget_categories ul li {margin-bottom: 7px;border-bottom: 1px dotted #ccc}
.widget_categories ul li:last-child {border-bottom: none}
.widget_categories ul li a {
    display: block;padding: 15px 0;color: #565872;
    position: relative;font-weight: 500;
}
.widget_categories ul li a:hover{color: #23A036}
.widget_categories ul li:first-child a {padding-top: 5px}
.widget_categories ul li:last-child a {padding-bottom: 0}

.comments-avatar img{border-radius: 50%}
p.comment-form-cookies-consent{display: none}
a.comment-reply-link{
    float: right;padding: 5px 12px;border-radius: 50px;border: 2px solid #23A036;
    margin-top: -25px;font-size: 15px;font-weight: 500;
}
a.comment-reply-link:hover{background-color: #23A036;border-color: #23A036;color: #fff}
.avatar-name h5{ font-size: 22px}
p.form-submit input.submit{
    backface-visibility: hidden;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 19px 30px 19px 30px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transform: translateZ(0px);
    transition: 0.3s;
    transition-property: color;
    background: #23A036;
    font-weight: 700;
    font-family: "DM Sans";
    cursor: pointer;
    width: auto;
    height: auto;
    margin-bottom: 0
}

p.form-submit{margin-bottom: 0}
p.form-submit input.submit:hover{color: #23A036;background-color: #fff;border-color: #23A036}
.conatct-post-form textarea{margin-bottom: 15px}
h3.comment-reply-title{margin-bottom: 40px}
ul.pagination span.current{
    background: #23A036;
    color: #fff;
    border-color: #23A036;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    font-size: 14px;
    font-family: "DM Sans";
    font-weight: 700;
    display: inline-block;
    text-align: center;
}
.basic-pagination ul li:first-child{margin-left: 0}
.search-custom form button {
    border: 1px solid #23A036;
    color: #fff;
    font-size: 20px;
    height: 46px;
    position: relative;
    width: 46px;
    cursor: pointer;
    float: right;
    background: #23A036;
    margin-top: -46px;
    padding: 0;
    letter-spacing: 0;
}

.search-custom form button:hover{background: #fff;border: 1px solid #23A036;color: #23A036}
.search-custom form input{width: 100%;padding: 9px 12px;margin-top: 10px}
.search-custom h4{font-size: 18px;font-weight: 500;line-height: 28px;color: #333}

.widget { border-top: 4px solid #23A036}
.widget-title:after{display: none}
.widget-title{border-bottom: none;margin-bottom: 10px}
.widget-posts-title {font-size: 17px;line-height: 1.6;margin-top: 10px}

.slider-404{min-height: 800px}
h2.title_404{color: #fff;font-size: 120px}
h3.subtitle_404{color: #fff;font-size: 60px;margin-bottom: 30px}
.booking-button input.wpcf7-submit{
    border: none;
    background: #fff;
    cursor: pointer;
    color: #1F2044;
    padding: 25px 80px;
    font-size: 20px;
    transition: 0.3s;
    width: auto;
}

form.wpcf7-form p{margin-bottom: 0}
div.wpcf7-response-output{margin: 0;color: #fff} 

.contact-us-area  div.wpcf7-response-output{color: #565872}
.contact-us-area span.wpcf7-not-valid-tip{margin-top: -20px;margin-bottom: 10px}

form.wpcf7-form br{display: none}
.newsletter-form form input.wpcf7-submit{
    position: absolute;
    right: 6px;
    top: 6px;
    line-height: 1;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    padding: 16px 40px;
    transition: 0.3s;
    background: #23A036;
    width: auto;
    height: auto;
    color: #fff;
    font-weight: 600;
}

.newsletter-form .wpcf7-form-control-wrap{position: initial}
.newsletter-form form input.wpcf7-submit:hover {background: #FFCB2D}

.wpcf7-form .contacts-us-form input.wpcf7-submit{
    width: auto;
    height: auto;
    padding: 19px 45px;
    cursor: pointer;
    border: none;
    background: #23A036;
    margin-bottom: 0;
    font-weight: 600;
	color:#fff !important
}
.wpcf7-form .contacts-us-form input.wpcf7-submit:hover{background-color: #FFCB2D}

.blog-text{margin: 0}
.button a{
    background-color: #23A036;
    padding: 10px 20px;
    border: 2px solid #23A036;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
.button a:hover{background-color: #fff;color: #23A036}
.blog-text h4{margin-bottom: 15px;margin-top: 15px}
.blog-img .button a{overflow: visible}

.footer-icon a{color: #fff}
.main-menu ul li .sub-menu li a{color: #12263E}
.team-text span{opacity: 1;font-size: 14px}
.white-title p, .booking-form input, .copyright p,
.footer-bottom-link ul li a,.footer-info li span,
.footer-link ul li a,.footer-text p{opacity: 1}

.blog-meta span {color: #1F2044;font-weight: 500}
.blog-meta span i{color: #1F2044}
.blog-2-text h4{margin-top: 0}

.post-text blockquote {background: #06234d}
.post-text blockquote p, .post-text blockquote footer{color: #fff}

.inner-02-team .team-text span {color: #1F2044}
.conatct-post-form textarea{ color: #1F2044}
.conatct-post-form textarea::placeholder{color: #1F2044}
.conatct-post-form input{color: #1F2044}

.conatct-post-form input::placeholder{color: #1F2044}
.avatar-name span{color: #1F2044}

@media (max-width: 992px){
.mean-container .mean-nav ul li i{ display: none}
}

.map-area .map-wrapper iframe {margin-bottom: -7px}
.blog-text div.blog-button {
    position: inherit;
    bottom: -10px;
    text-align: left!important;
}
.blog-text div.blog-button a {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px 20px;
    line-height: inherit;
}

@media (max-width: 991px) {
    .team-area .team-wrapper {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
}

.blog-text div.blog-button a{
      border-radius: 6px;
}

/* menu */
.slide-bar {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -330px;
	width: 300px;
	padding: 25px 20px;
	height: 100%;
	display: block;
	background-color: #ffffff;
	z-index: 1020;
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
.slide-bar.show {right: 0}
.open-mobile-menu {display: inline-block}
.open-mobile-menu a {
	display: block;
	width: 50px;
	height: 50px;
	background: #212121;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-left: 20px;
	color: #fff;
}
.open-mobile-menu a:hover {background: #23A036}
.open-mobile-menu a.active {background: #23A036}
.close-mobile-menu a {
	color: #212121;
	position: relative;
	z-index: 2;
	font-size: 16px;
	top: -10px;
	left: 0;
}
.close-mobile-menu a:hover {color: #ff0000}
.on-side {overflow: hidden}
.body-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 4;
	left: 0;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.body-overlay.active {opacity: 1;display: block}
.side-mobile-menu ul {list-style: none;margin: 0;padding: 0}
.side-mobile-menu ul li a {
	padding: 13px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 14px;
	color: #101a23;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}
.side-mobile-menu ul li a:hover {color: #23A036;padding-left: 5px}
.side-mobile-menu ul li a[aria-expanded=true] {color: #23A036}
.side-mobile-menu ul li a[aria-expanded=true]:before {background: #23A036;border-color: #23A036}
.side-mobile-menu ul li ul {padding-left: 0;list-style: none}
.side-mobile-menu ul li ul li {padding-left: 15px}
.side-mobile-menu ul li ul li:hover > a {color: #23A036;padding-left: 20px}
.side-mobile-menu ul li ul li:hover > a:before {background: #23A036;border-color: #23A036}
.side-mobile-menu ul li ul li a {position: relative;padding-left: 15px;text-transform: capitalize;font-size: 13px}
.side-mobile-menu ul li ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #101a23;
	border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {padding-left: 20px}
.side-mobile-menu ul li.has-children > a:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: initial;
	right: 16px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded=true]:after {-webkit-transform: rotate(-135deg) translateY(-50%);transform: rotate(-135deg) translateY(-50%)}
.post-text blockquote{color:white!important}
.post-text blockquote footer{margin-top:25px}
.blog-wrapper .blog-img .blog-text h4{font-family: "rubik";font-weight: 500;font-size: 26px}
.widget-title{font-family: "rubik";font-weight: 500}
.breadcrumb-menu li span, .blog-coment-title h2, .avatar-name h5, h3.comment-reply-title{font-family: "rubik";font-weight: 500}
.blog-menu .header-top .main-menu {text-align: center;padding-bottom: 15px}

@media (max-width: 767px) {
  .logo-bg {
      margin-top: 15px;
      margin-bottom: 15px;
  }
}

.breadcrumb-menu li span {
  font-size: 36px;
}
.blog-area.pt-120.pb-80{
    background-color: #f5f5f596;
}
.blog-area.pt-120.pb-90.blog-details1{
    background:none;
}
.main-menu ul li{
    margin-right:30px!important;
}
.blog-menu .header-top .main-menu{
    text-align:right!important;
}
.team-area.black-bg .section-title h5 {
    color: white!important;
}
p.form-submit input.submit{
    font-family: "rubik";
    font-weight: 500;
}
.post-text h1, .post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6{
    font-family: "rubik";
    font-weight: 500;
}
.basic-pagination-2 ul li a, ul.pagination span.current{
    font-family: "rubik";
    font-weight: 500;
}
.search-custom h4{
    font-family: "rubik";
    font-weight: 500;
}
.search-custom {
    background-color: #fff;
    padding: 30px;
}
.slider-404 {
    background-color: #005376;
}
h2.title_404, h3.subtitle_404, .hero-slider-btn a.c-btn{
    font-family: "rubik";
    font-weight: 500;
}
.project-area.project-padding{
    position: relative;
    z-index: 1;
}
.elementor .faq-area img {
    max-width: fit-content;
}
.faq-area.green-bg {
    position: relative;
    z-index: 9;
}
.slider-2-height.slick-slide {
    min-height: 930px;
}

@media only screen and (max-width: 1600px) and (min-width: 1200px){
    .slider-2-height.slick-slide {
        min-height: 700px;
    }
}

.services-area.ser-padding {position: relative;z-index: 999}
.footer-cta-area {position: relative;z-index: 99}
.single-slider.slider-height {min-height: 750px}

@media only screen and (max-width: 1600px) and (min-width: 1200px){
.single-slider.slider-height {min-height: 750px}
}

.counter-02-area {position: relative;z-index: 999}
.portfolio-detaills-img .services-area.ser-padding img {width: auto}

/*Custom*/

header {z-index:99}
main {z-index: 1;position: relative}

header .main-menu ul li.active > a,
header .main-menu ul li.current-menu-item > a, 
header .main-menu ul li.current-menu-ancestor > a,
header .main-menu ul li.current-menu-parent > a,
header .main-menu ul li.current_page_parent > a,
header .main-menu ul li.current_page_ancestor > a,
.side-mobile-menu ul li.active > a,
.side-mobile-menu ul li.current-menu-item > a,
.side-mobile-menu ul li.current-menu-ancestor > a,
.side-mobile-menu ul li.current-menu-parent > a,
.side-mobile-menu ul li.current_page_parent > a,
.side-mobile-menu ul li.current_page_ancestor > a {color:#23A036 !important}

body.post-44 .header-first {position: fixed;left: 0;right: 0;background: #fff; top:0; border-bottom:3px solid transparent}
body.post-44.transform-header .header-first {border-color: #000; padding-bottom:3px}
body.post-44.wp-logged-in .header-first {top: 32px}


body:not(.post-44) .header-first {background: #000}
body:not(.post-44) .header-first .logo a {
	display: inline-block;background-repeat: no-repeat;background-position: center center;background-size: contain;
	background-image: url('https://www.peakingclean.co.nz/wp-content/uploads/2025/07/peaking-clean-white.png');	
}
body:not(.post-44) .header-first .logo a img {opacity:0; visibility:hidden}
body:not(.post-44) .header-first .main-menu ul li a:not(:hover) {color:#fff}
body:not(.post-44) .header-first .main-menu ul li .sub-menu {background: rgba(0,0,0,0.9)}
body:not(.post-44) .header-first .open-mobile-menu a:not(:hover) {background:#373737}

	header .main-menu ul li .sub-menu {width:300px}
	header .main-menu ul li .sub-menu > li {margin:0 !important}

body.post-44 .header-second  {display:none}
body:not(.post-44) .header-second {
	border-bottom: 3px solid #000;position: fixed;left: 0;right: 0;
	z-index: 999;background: #fff;top: -70px;transition:1s;opacity:0; padding-bottom:3px
}
body.transform-header:not(.post-44) .header-first {opacity:0}

body.transform-header:not(.post-44):not(.wp-logged-in) .header-second {top:0; opacity:1}
body.wp-logged-in.transform-header:not(.post-44) .header-second {top: 32px; opacity:1}

.background-0F1D48 {background-color: #0F1D48}
.background-hover-FFCB2D a:hover {background-color: #FFCB2D !important}
.hasfloat:after {display:table; content:""; clear:both}

header .logo {}
header .logo a img, footer .footer-logo img {display: block;width: 145px}

/*Home*/
.post-44 .services-section .section-title h2 {color:#fff}
.post-44 .about-section .pb-90 {padding:0}
.post-44 .location-area.loc-padding.pb-90 { padding-bottom:0}

.post-44 .faqs-section .faq-area {background: #fff !important;position: relative}
.post-44 .faqs-section .faq-area:before {
	content: "";background:#fff;position: absolute;z-index: 0;top: 0;
	left: 0;height: 65%;width: 100%;
}
.post-44 .faqs-section .container {padding:100px 0; position:relative; z-index:1}
.post-44 .faqs-section .faq-bg, .post-50 .faqs-section .faq-bg { transform:none}
.post-44 .reviews-section {display:none}
.post-44 .faqs-section .faq-box .btn-link, .post-50 .faqs-section .faq-box .btn-link {padding-right: 70px}
.post-44 .faqs-section .faq-box .card p a, .post-50 .faqs-section .faq-box .card p a {color: #23A036}
.post-44 .faqs-section .faq-box .card p a:hover, .post-50 .faqs-section .faq-box .card p a:hover {color: #FFCB2D}

.our-services-content .inner-services {display: flex;align-items: center}
.our-services-content .inner-services .our-services-icon {width: 45px;margin: 0}
.our-services-content .inner-services .our-services-text {padding: 0 0 0 15px;width: calc(100% - 45px)}
.our-services-content .inner-services .our-services-text h4 {font-size:20px}
.our-services-content .inner-services .our-services-text a {display:block}

/*Contact Us*/
.post-44 .wpcf7-form .contacts-us-form > .row p,
.post-52 .wpcf7-form .contacts-us-form > .row p {font-weight: 500;margin-bottom: 10px; color:#fff}
.post-74 .wpcf7-form .contacts-us-form > .row p {font-weight: 500;margin-bottom: 10px}

.wpcf7-form .multiple-select .contactss-services {margin-bottom:10px}
.wpcf7-form .contacts-icon .wpcf7-form-control-wrap > .wpcf7-validates-as-required {display:block}
.wpcf7-form .contacts-icon .wpcf7-form-control-wrap > .wpcf7-validates-as-required:after {display: table;content: "";clear: both}

.wpcf7-form .multiple-select .contactss-services .wpcf7-list-item {margin: 0 0 10px;padding: 0 10px}
.wpcf7-form .multiple-select .contactss-services .wpcf7-list-item > label {margin:0}
.wpcf7-form .multiple-select .contactss-services .wpcf7-list-item input[type="checkbox"] {margin: 0 5px 0 0;width: 20px;height: 20px}
.wpcf7-form .multiple-select .contactss-services .wpcf7-list-item .wpcf7-list-item-label {position: relative;top: -3px}

.wpcf7-form .contacts-us-button {margin-top:30px}
.wpcf7-form .contacts-us-button .wpcf7-spinner {display: block;margin: 10px auto 0}
.wpcf7-form span.wpcf7-not-valid-tip {margin: 0;font-size: 12px;font-style: italic}
.wpcf7-form .wpcf7-date {color: #12263E}
.wpcf7-form .wpcf7-response-output {text-align: center;padding: 20px !important; border-radius:5px}
.wpcf7-form .contacts-us-form input {color: #12263E; background:#fff; height:44px; font-family:rubik}
.wpcf7-form .contacts-us-form .contactss-date * {color:#12263E}
.wpcf7-form .contacts-us-form .contactss-date input{ line-height:39px}

.wpcf7-form span.wpcf7-not-valid-tip,
.wpcf7-form .multiple-select .contactss-services .wpcf7-list-item .wpcf7-list-item-label {color:#fff}

input::-webkit-datetime-edit,
input::-webkit-datetime-edit-ampm-field,
input::-webkit-datetime-edit-day-field,
input::-webkit-datetime-edit-hour-field,
input::-webkit-datetime-edit-millisecond-field,
input::-webkit-datetime-edit-minute-field,
input::-webkit-datetime-edit-month-field,
input::-webkit-datetime-edit-second-field,
input::-webkit-datetime-edit-week-field,
input::-webkit-datetime-edit-year-field,
input::-webkit-datetime-edit-text {color:#12263E}
input::-webkit-calendar-picker-indicator {display:none}

.wpcf7-form .contacts-us-form textarea {background:#fff}
.wpcf7-form .contacts-us-form .contacts-icon:after {top: 10px;right: 25px;color:#D4E1DC}

.contactss-phone:after {content: "\f095"}
.contactss-date:after {content: "\f274"}

.post-52 .get-a-quote .contact-us-area {padding-top:90px}
.post-52 .contact-services {padding-bottom: 280px}

#gform_wrapper_1 .gform_heading {}
#gform_wrapper_1 .gform_heading .gform_title,
#gform_confirmation_wrapper_1 .gform_confirmation_message {color:#fff}
#gform_wrapper_1 .gform_heading .gform_description {}

#gform_wrapper_1 form {}
#gform_wrapper_1 form .gf_progressbar_wrapper {}

#gform_wrapper_1 form .gf_progressbar_title,
#gform_wrapper_1 form .gsection_title,
#gform_wrapper_1 form label,
#gform_wrapper_1 form .gfield_label,
#gform_wrapper_1 form .gfield_description:not(.gfield_validation_message) {color:#fff}
#gform_wrapper_1 form .gfield_required {color:#aaa}
#gform_wrapper_1 form .gfield_validation_message {padding: 0;background: none;color: #aaa;font-style: italic;font-size: 12px;border: none}

#gform_wrapper_1 form .gf_progressbar_wrapper {margin-bottom:40px}
#gform_wrapper_1 form .gf_progressbar_percentage.percentbar_blue {background-color: #23A036; height:35px}
#gform_wrapper_1 form .gf_progressbar_percentage span {line-height: 35px;margin: 0 15px}

#gform_wrapper_1 form .gfield_checkbox {}

#gform_wrapper_1 form .gchoice {position:relative}
#gform_wrapper_1 form .gchoice input[type="radio"],
#gform_wrapper_1 form .gchoice input[type="checkbox"] { position:absolute; opacity:0}
#gform_wrapper_1 form .gchoice label {}
#gform_wrapper_1 form .gfield_radio label:before,
#gform_wrapper_1 form .gfield_checkbox label:before {
	content: "";
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	width:16px;
	height:16px;
	top: 2px;
	margin-right: 8px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	position: relative;
}
#gform_wrapper_1 form .gfield_radio input[type="radio"]:checked + label:before,
#gform_wrapper_1 form .gfield_checkbox input[type="checkbox"]:checked + label:before {
	background-color: #23A036;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

#gform_wrapper_1 form input[type="text"],
#gform_wrapper_1 form input[type="email"],
#gform_wrapper_1 form input[type="tel"],
#gform_wrapper_1 form select {
	height: 44px;
	font-family:"rubik";
	padding: 0 28px;
	border: 2px solid #D4E1DC;
	border-radius: 5px;
	font-size: 16px;
	background: #fff;
	color: #12263E;
	width:100%
}

#gform_wrapper_1 form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg,
	#000 50%, transparent 50%), linear-gradient(to right, #D4E1DC, #D4E1DC);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-size: 6px 6px, 6px 7px, 2.5em 2.5em;
	background-repeat: no-repeat;
}

#gform_wrapper_1 form textarea {
	font-family: rubik;
	padding:28px;
	border: 2px solid #D4E1DC;
	border-radius: 5px;
	font-size: 16px;
	background: #fff;
	color: #12263E;
}
#gform_wrapper_1 form select option {font-family: "rubik"}

#gform_wrapper_1 form .gform_page_footer:after,
#gform_wrapper_1 form .gfield_checkbox:after,
#gform_wrapper_1 form .gfield_radio:after {display: table;content: "";clear: both}
#gform_wrapper_1 form .gform_page_footer input {
	margin: 0;
	background: #23A036;
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 12px 0;
	border-radius: 5px;
	min-width:130px
}
#gform_wrapper_1 form .gform_page_footer input:hover {background: #FFCB2D}


/*Services*/
.breadcrumb-area {padding: 0;opacity: 0;height: 32px}

.post-50 .breadcrumb-area, .post-52 .breadcrumb-area, .post-74 .breadcrumb-area, .type-service .breadcrumb-area {
	background-image: url('https://www.reachnclean.co.nz/wp-content/uploads/2022/07/Watercolor-22.jpg');
	background-position: center center;background-repeat: no-repeat;background-size: cover;
}
.type-service .breadcrumb-area li > span {font-size: 0;color: transparent}
.type-service .breadcrumb-area li > span:after {content: "Services";color: #fff;font-size: 36px}

.post-68 .services-details-area .services-details-wrapper > .services-details-mg {display:none}
.post-68 .services-details-area .inner-services-details {margin:0}

.post-50 .client-say-section .projects-button,
.post-68 .client-say-section .projects-button {display:none}

.post-68 .services-details-area,
.post-70 .services-details-area,
.post-71 .services-details-area,
.post-72 .services-details-area,
.post-73 .services-details-area,
.post-72 .services-details-area {padding-top:60px}

.post-70 .services-details-area .services-details-wrapper > .services-details-mg,
.post-72 .services-details-area .services-details-wrapper > .services-details-mg,
.post-73 .services-details-area .services-details-wrapper > .services-details-mg {display:none}

.post-70 .services-details-area .inner-services-details,
.post-71 .services-details-area .inner-services-details,
.post-72 .services-details-area .inner-services-details,
.post-73 .services-details-area .inner-services-details {margin:0}

.post-50 .client-say-section .testimonial-area .row.mb-40,
.post-68 .client-say-section .testimonial-area .row.mb-40,
.post-70 .client-say-section .testimonial-area .row.mb-40,
.post-71 .client-say-section .testimonial-area .row.mb-40,
.post-72 .client-say-section .testimonial-area .row.mb-40,
.post-73 .client-say-section .testimonial-area .row.mb-40 {display: inline-block;width: 100%}

.post-50 .client-say-section .testimonial-area .col-xl-8,
.post-68 .client-say-section .testimonial-area .col-xl-8,
.post-70 .client-say-section .testimonial-area .col-xl-8,
.post-71 .client-say-section .testimonial-area .col-xl-8,
.post-72 .client-say-section .testimonial-area .col-xl-8,
.post-73 .client-say-section .testimonial-area .col-xl-8 {width: 100%;max-width: 100%; text-align:center}

.post-50 .client-say-section .testimonial-area .col-xl-4,
.post-68 .client-say-section .testimonial-area .col-xl-4,
.post-70 .client-say-section .testimonial-area .col-xl-4,
.post-71 .client-say-section .testimonial-area .col-xl-4,
.post-72 .client-say-section .testimonial-area .col-xl-4,
.post-73 .client-say-section .testimonial-area .col-xl-4 {display:none}

.post-50 .client-say-section .section-title h2,
.post-50 .client-say-section .testimonial-text h4,
.post-50 .client-say-section .testimonial-text span,

.post-68 .client-say-section .section-title h2,
.post-68 .client-say-section .testimonial-text h4,
.post-68 .client-say-section .testimonial-text span,

.post-70 .client-say-section .section-title h2,
.post-70 .client-say-section .testimonial-text h4,
.post-70 .client-say-section .testimonial-text span,

.post-71 .client-say-section .section-title h2,
.post-71 .client-say-section .testimonial-text h4,
.post-71 .client-say-section .testimonial-text span,

.post-72 .client-say-section .section-title h2,
.post-72 .client-say-section .testimonial-text h4,
.post-72 .client-say-section .testimonial-text span,

.post-73 .client-say-section .section-title h2,
.post-73 .client-say-section .testimonial-text h4,
.post-73 .client-say-section .testimonial-text span {color:#fff}

.post-70 a.background-0F1D48,
.post-71 a.background-0F1D48,
.post-72 a.background-0F1D48,
.post-73 a.background-0F1D48 { background-color:#61CE70 !important; width:50%}

.post-70 a.background-0F1D48:hover,
.post-71 a.background-0F1D48:hover,
.post-72 a.background-0F1D48:hover,
.post-73 a.background-0F1D48:hover { background-color:#FFCB2D !important}

/*About*/
.post-50 .about-area {padding-top:0}

.post-50 .faqs-section .green-bg {background: #0F1D48; padding:80px 0}
.post-50 .faq-area .faq-02-bg {transform:none; -webkit-transform:none; -ms-transform:none}
.post-50 .faq-area .inner-info {margin:0; position:relative}
.post-50 .faq-area .faq-img img {display:none}
.post-50 .faq-area .faq-wrapper {margin:0}

.post-71 .services-details-content ul {list-style: disc;padding-left: 20px}
.post-71 .services-details-content ul li {list-style: disc;}

.post-68 .content {}
.post-68 .content .elementor-container {}

.post-68 .content .left-content {width:50%}
.post-68 .content .left-content .elementor-column-wrap {display:block}
.post-68 .content .left-content .elementor-column-wrap > div {margin-bottom:15px}
.post-68 .content .left-content .mobile-buttons .elementor-row {width:100%}

/**/
.post-69 main > .services-details-area.pt-120 {padding-top:25px}
.post-69 main > .services-details-area.pt-120 > .container > .row > .col-xl-12 > .services-details-wrapper > .services-details-mg {display:none}
.post-69 .what-our-clients-say-section .col-md-8 {max-width: 100%;flex: 0 0 100%}
.post-69 .what-our-clients-say-section .col-md-4 {display:none}
.post-69 .what-our-clients-say-section .section-title h2,
.post-69 .what-our-clients-say-section .testimonial-text h4,
.post-69 .what-our-clients-say-section .testimonial-text span {color: #fff}


/*Footer*/
.footer-area {padding-top:30px}
.footer-area .container > .row .col-xl-6 {flex: 0 0 100%;max-width: 100%;text-align: center}
.footer-area .footer-icon {margin:0}

.footer-area .footer-bottom-area .row:after,
.footer-area .footer-bottom-area .textwidget:after,
.footer-area .footer-bottom-area ul:after {display: table;content: "";clear: both}

.footer-area .footer-middle-area .col-xl-5:before {content: "Quick Links";font-family: "DM Sans";font-size: 38px;font-weight: 700;color: #fff;display: block}
.footer-area .footer-middle-area .menu-primary-menu-container {margin-top:38px}
.footer-area .menu {position:relative}
.footer-area .menu > li {}
.footer-area .menu li a {color: #fff;font-size: 16px;line-height: normal;font-weight: normal}
.footer-area .menu li:hover > a,
.footer-area .menu li.current-menu-ancestor > a,
.footer-area .menu li.current-menu-parent > a, 
.footer-area .menu li.current_page_parent > a,
.footer-area .menu li.current_page_ancestor > a,
.footer-area .menu li.current-menu-item > a {color:#23A036}
.footer-area .sub-menu {padding-left:15px}
.footer-area .sub-menu li {position: relative; list-style:disc; color:#fff}
.footer-area .sub-menu li:before {}
.footer-area .footer-info i {color:#fff; display:inline-block; min-width:20px}
.footer-area .footer-info i.fa-phone {transform: scaleX(-1)}
.footer-area .footer-info a {color:#fff}
.footer-area .footer-info a:hover {color: #FFCB2D}

.footer-area .footer-bottom-area .row {display:block}
.footer-area .footer-bottom-area .col-md-7 {display:none}
.footer-area .footer-bottom-area .col-md-5 {max-width:100%}
.footer-area .footer-bottom-area .textwidget {width:100%}
.footer-area .footer-bottom-area .f-right {float:none}
.footer-area .footer-bottom-area ul li:nth-child(1),
.footer-area .footer-bottom-area ul li:nth-child(2) {color: #fff; padding:0}

@media screen and (min-width:992px) {
.blog-menu .main-menu #mobile-menu {float:left}
.blog-menu .main-menu .phone-link {float: right;margin-top: 8px}	
.blog-menu .header-top .main-menu #mobile-menu > ul {text-align:left}
}

@media screen and (min-width:768px) and (max-width:991px) {
.tablet-hidden {display:none}
header {padding: 0 0 15px}
}

@media screen and (min-width:601px) and (max-width:782px) {
body.post-44.wp-logged-in .header-first,	
body.wp-logged-in.transform-header:not(.post-44) .header-second {top:46px}	
}

@media screen and (min-width:768px) {
.desktop-hidden {display:none}

.post-44 .testimonial-info {
	min-height: 250px;
}
.testimonial-info {
	min-height: 305px;
}

.wpcf7-form .contacts-us-form > .row {margin-bottom:20px}
.wpcf7-form .contacts-us-form > .row .multiple-select {padding:0 5px}
.wpcf7-form .contacts-icon .wpcf7-list-item {width: 25%}
.wpcf7-form .contacts-icon .wpcf7-form-control-wrap > .wpcf7-validates-as-required {margin:0 -10px}

#gform_wrapper_1 form .gfield_radio .gchoice.gchoice_1_15_9 {width: 100%;clear: both}

#gform_wrapper_1 form .gform_page_footer input.gform_previous_button {float:left}
#gform_wrapper_1 form .gform_page_footer input.gform_next_button,
#gform_wrapper_1 form .gform_page_footer input[type="submit"] {float:right}

.post-50 .about-area .row {flex-direction: row-reverse}
.post-50 .about-area .about-wrappe {margin-left: 0;margin-right: 50px}
.post-50 .about-area .description-bottom {padding:0 15px}
.post-50 .about-area .about-button {padding:0 15px; width:100%}

.footer-area .footer-middle-area .ml-125 {margin-left: 17%}
.footer-area .footer-bottom-area ul li:nth-child(1) {float: left;width: 50%}
.footer-area .footer-bottom-area ul li:nth-child(2) {float: right;width: 50%;text-align: right}

.footer-area .menu {margin-bottom:100px}
.footer-area .menu > li {max-width:30%}
.footer-area .menu > li.menu-item-139 {position: absolute;left: 30%;top: 0;max-width: 70%}
}

@media screen and (max-width:767px) {
.mobile-hidden {display:none}

.elementor-element-c63b1ad .section-title {
	text-align: center;
}

.post-44 .hero-area .slick-slide {text-align:center}
.post-44 .hero-area .slick-slide .slider-img {margin-bottom:15px}
.post-44 .about-section {padding-top:40px}
.post-44 .about-section .about-img {display:none}

.post-44 .faqs-section .faq-area .container { padding-top:40px;padding-bottom:0}
.post-44 .faqs-section .faq-area .faq-img {display:none}
.post-44 .faqs-section .faq-wrapper {box-shadow: none; margin-top:0;margin-bottom: 0; padding-top:0;padding-bottom: 15px}
.post-44 .call-now {background: #eaeaea;padding: 30px 30px 60px;text-align: center;margin: -90px 0 0 0}
.post-44 .call-now a {
	background-color: #FFCB2D;
	display: inline-block;
	padding:30px 20px 30px;
	border-radius: 10px;
	background-image: url('https://shtheme.org/demosd/brushup/wp-content/uploads/2020/10/phone.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 22px;
	font-weight: 700;
	font-family: "DM Sans";
	line-height:1.1;
	text-align:left
}
.post-44 .call-now a:before {content: "Call Now";display: block}
.post-44 .frequently-asked-questions-section {overflow-X:hidden}
	
.wpcf7-form .contacts-us-form > .row > .col-md-6 {margin-bottom:15px}
.wpcf7-form .contacts-icon .wpcf7-form-control-wrap > .wpcf7-validates-as-required {margin:0}	
.wpcf7-form .contacts-us-form .wpcf7-form-control-wrap {margin: 0;width: 100%;box-sizing: border-box;display: block}
.wpcf7-form .contacts-icon .wpcf7-list-item {width: 50%; padding:0}
.wpcf7-form .contacts-icon .wpcf7-list-item:nth-child(2n+1) {clear:both}

.post-50 .about-us-section {margin-top:20px}
.post-50 .about-us-section .about-area {padding-bottom:0}
.post-50 .about-us-section .about-wrappe {margin-bottom:20px}
.post-50 .about-us-mobile-section .about-button {margin-top:20px}

.post-50 .faqs-section {z-index:1}
.post-50 .faq-area .faq-wrapper {margin: 0;padding-bottom: 155px}
.post-50 .faqs-section .green-bg {padding-top:15px; padding-bottom:0}
.post-50 .faqs-section .row > .col-xl-5 {display:none}

.post-50 .call-now-button {text-align: center;position: relative;z-index: 2;margin-top: -143px}
.post-50 .call-now-button .call-now a {
	padding: 30px;display: inline-block;background: #FFCB2D;border-radius: 10px;
	font-family: "DM Sans";font-weight: 700;line-height: 1.1;font-size: 24px;text-align:left
}

.about-us-section .about-img,
.about-us-section .description-bottom,
.about-us-section .about-button {
	display: none;
}
.about-us-section .about-copy {
  padding: 0 15px 30px;
}
.about-us-section .about-copy img {
  display: block;
  margin: -10px 0 25px;
}
.about-us-section .about-copy .copy-button {
  margin: 20px 0 0;
}

.post-50 .client-say-section {margin-top: 0 !important;padding-top: 0 !important}
.post-68 .solar-panels-image {margin-top: 15px}
.post-68 .solar-panels-image .elementor-widget-container {margin:0 !important}
.post-68 .mobile-buttons .elementor-column-wrap {margin: 0 0 15px !important;padding: 0 !important}
.mobile-buttons .elementor-widget-container {margin: 0 !important;padding: 0 !important}

.post-70 .services-details-area,
.post-71 .services-details-area,
.post-72 .services-details-area,
.post-73 .services-details-area {text-align:center}

.post-68 .client-say-section .testimonial-area .row.mb-40,
.post-70 .client-say-section .testimonial-area .row.mb-40,
.post-71 .client-say-section .testimonial-area .row.mb-40,
.post-72 .client-say-section .testimonial-area .row.mb-40,
.post-73 .client-say-section .testimonial-area .row.mb-40 {margin:0}

.post-71 .services-details-content ul li {list-style-position:inside}

#gform_wrapper_1 form .gform_page_footer input {margin-right:10px; padding:10px 0; min-width:120px}
.post-44 .booking-area {padding-bottom:20px}
.post-44 .booking-area .booking-text {display:none}
}

@media screen and (max-width:600px) {
.post-44 #wpadminbar {position: fixed}		
body.post-44.wp-logged-in .header-first {top:46px}	
body.wp-logged-in.transform-header:not(.post-44) .header-second {top:0} 
header .logo a img, footer .footer-logo img {width:100px}	
}

@media screen and (max-width:991px) {
.side-mobile-menu ul li.has-children > a:after {display:none}
.side-mobile-menu ul li a .fa {
	position: absolute;right: 0;top: 50%;transform: translateY(-50%);
	font-size: 18px;text-align: right;height: 30px;line-height: 30px;width: 30px;
}
.side-mobile-menu ul li.shrink a .fa:before {content: "\f104"}
.side-mobile-menu ul li .sub-menu {max-height: 0;overflow: hidden}
.side-mobile-menu ul li.shrink .sub-menu {max-height:inherit}
}
