/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* G Form Styling */

#gform_fields_2 {
	padding: 0px;
}
.gfield_required .gfield_required_text {
	color: #333333!important;
}
.gform_validation_container {
clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gform_required_legend {
	display: none!important;
}
.gform_wrapper button {
	text-transform: uppercase;
}
.gform_wrapper input[type="submit"] {
	padding: 0.5em 1em 0.6em;
	border-radius: 0px;
	background: #9fcb25;
	border: 2px solid #9fcb25;
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
}
.gform_wrapper input[type="submit"]:hover {
	background: white;
	color: #9fcb25;
}
.gform_submission_error {
	font-size:1em;
}
.gform_validation_errors:focus-visible {
	outline: none;
}
.new-2023-form_wrapper .gform_footer.top_label {
	text-align: center;
}
.new-2023-form_wrapper input:focus-visible {
	outline: none;
}
.new-2023-form_wrapper textarea:focus-visible {
	outline: none;
}
.new-2023-form_wrapper input {
	margin-bottom: 0.5rem;
}
.new-2023-form_wrapper textarea {
	margin-bottom: 0.5rem;
}
.gform_confirmation_message .wp-video {
	width: 100%!important;
}
.gform_confirmation_message .wp-video video {
	height: auto!important;
}

/* Automatic Invoicing */
.invoicing-banner {
	display: flex; 
	justify-content:center; 
	align-items:center
}
.invoicing-banner .icon {
	width:5%;
}
.invoicing-banner h2 {
	margin-inline:20px; 
	margin-top:0px;
}

@media (max-width: 800px) {
	.invoicing-banner .icon {
		width: 15%;
	}
	.invoicing-banner h2 {
		font-size: 32px;
	}
}

/* service button cta home page */
.button-service{
	color: white!important;
	border: 1px solid white!important;
}
.home-page-header .home-page-header-content .text-content p{
	margin: 1em 0!important; 
}

/* Client onboarding text input */
.client-onboarding-opening-hours textarea {
	height:100px;
}

/* testimonials home page */
.wrapper--block_testimonials {
 background: #101b42;
    padding-top: 50px
}
.wrapper--block_testimonials .container{
	 background:#101b42;
    color: white
}

.testimonials-header h5{
padding-top: 20px
}

/* Icon list */
.icon-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
  text-align: center;
  margin-bottom: 100px;
}
.icon-list img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.icon-card:first-child img{
    width: 70px
}
.icon-list h4{
	text-transform: uppercase;
	font-weight :400;
	font-size: 16px;
}
/* about block */
#our-story .image-text-block--text{
	margin-right: 3rem;
}
#our-story img{
	padding: 28px;
}
@media(max-width: 840px){
	#our-story .image-text-block--text{
	  margin-right: 0;
	}

}

/* FLEXIBLE CONTENT */
.faq-section{
	position: relative;
	z-index: 2;
	margin :50px 0;
}
.faq-background-image{
	position: absolute;
	z-index: -1;
	opacity: .15;
	top: 0;
}
.faq-wrapper{
	padding: 50px 0;
	
}
.faq-title{
	margin-bottom: .5em;
}
.accordion {
  background-color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: all 0.4s ease;
  justify-content: space-between;
	display: flex;
/*   margin: 10px 0; */
}
.faq-arrow{
	height: 30px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .active, .accordion:hover { */
.accordion:hover {
  transform: scale(1.02);
	background: white;
	color: black;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 1em;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
	margin: 10px 0;
	background: transparent;
}

/* Process list */
.process-list{
	margin: 50px 0 100px 0;
	
}
.process-intro{
	color: #9fcb25;
	text-align: center;
	margin :50px 0;
	font-weight: 600;
}
.process-card{
	display: flex;
	margin-bottom: 30px;
}
.process-card:nth-child(5) img{
    transform: scale(1.3)
}
.process-cta{
	margin: 0 auto;
	width: 200px;
	display: block!important;
	margin-top :20px;
}
.process-card img{
margin-right :20px;
    height :100px
}
.process-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.process-info h3{
 color: #e61a50;
}
.process-info p{
	margin-top: 10px;
}
@media(max-width: 500px){
	.process-card{
		flex-direction: column;
	}
	.process-card img{
		width: 100px;
		height: 100px;
		object-fit: contain;
		margin: 10px auto;
	}
}

/* Client onboarding form */
.clientOnboardingForm .gfield_label {
	color: black;
	font-weight: 500;
	opacity: 1!important;
}
.clientOnboardingForm .gfield_required .gfield_required_text {
	font-style: italic;
	font-weight: 300;
	padding-left: 5px;
	color: #D33C40
}
.clientOnboardingForm .gform_body input {
	border: 1px solid #666!important;
	border-radius: 3px;
}

.clientOnboardingForm fieldset {
	padding: 0!important;
	border: 0px!important
}
.clientOnboardingForm .ginput_container_date {
	width: 75px!important;
	margin-right: 5px
}
.clientOnboardingForm .gform_button .button {
	border: 0!important
}

/* 2023-form form */

.new-2023-form .gfield_validation_message {
	color: #e61a50;
	font-weight: 500;
}
/* .new-2023-form .gfield_label {
	display:none;
} */
.new-2023-form {
	font-family: 'gill-sans-nova';
}
.new-2023-form .gfield_required .gfield_required_text {
	font-style: italic;
	font-weight: 300;
	padding-left: 5px;
}

.new-2023-form .gform_body input {
	border-width: 0 0 1px 0;
	border-color: #0c0d0e;
	padding: 8px 14px;
	border-radius: 0px;
	line-height: 21px;
    font-weight: 700;
	background-color: white;
}

.new-2023-form .gform_body textarea {
	border-width: 0 0 1px 0;
	border-color: #0c0d0e;
	padding: 8px 14px;
	border-radius: 0px;
	line-height: 21px;
    font-weight: 700;
	background-color: white;
}
.new-2023-form .gform-grid-col {
	padding-bottom: 5px;
}
.new-2023-form .gfield {
	padding-bottom: 5px;
}

.new-2023-form .gform-field-label--type-sub {
	display: none;	
}
.new-2023-form .gform_button {
	font-weight: 700;
}

.new-2023-form .gform_footer {
	padding-top: 20px;
}
.new-2023-form .input[type="submit"]:hover {
	color: red;
}
.new-2023-form .gpnf-nested-entries-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-2023-form .gpnf-nested-entries {
	width: 100%;
}

.new-2023-form .gpnf-add-entry {
	font-weight: 700;
	font-size: 13px;
	background-color: #9fcb25;
	color: white;
	border-width: 0px;
}
.new-2023-form .gpnf-add-entry:hover {
	background-color: #e61a50;
}


.new-2023-form fieldset {
	padding: 0!important;
	border: 0px!important
}
.new-2023-form .ginput_container_date {
	width: 75px!important;
	margin-right: 5px
}
.new-2023-form .gform_button .button {
	border: 0!important
}
.new-2023-form ul{
	list-style: none;
}

.new-2023-form .ginput_container_consent{
	display: flex;
}
.new-2023-form .ginput_container_consent label{
	padding-left: 10px;
}
.gform_button_select_files {
	border-radius: 0;
    background: #9fcb25;
    font-weight: 700;
    color: white;
    border: solid 2px #9fcb25;
}
.gform_button_select_files:hover, .gform_button_select_files:active, .gform_button_select_files:focus {
    background: white;
    color: #9fcb25;
}

/* Nested forms */
.tingle-modal-box {
	font-family: "gill-sans-nova";
}
.tingle-modal-box .gform_body input {
	border-width: 0 0 1px 0;
	border-color: #0c0d0e;
	padding: 8px 14px;
	border-radius: 0px;
	line-height: 21px;
    font-family: "gill-sans-nova";
    font-weight: 700;
	background-color: white;
}

.tingle-modal-box .gform_body textarea {
	border-width: 0 0 1px 0;
	border-color: #0c0d0e;
	padding: 8px 14px;
	border-radius: 0px;
	line-height: 21px;
    font-family: "gill-sans-nova";
    font-weight: 700;
	background-color: white;
}
.tingle-modal-box .gfield_label {
	display: none;
}


/* Home page competition cta */
.test-section{
	background-image: url('../../uploads/2022/09/close-up-view-of-woman-in-protective-gloves-that-c-2021-09-03-03-42-51-utc-2.jpg');
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
	background-size: cover;
	color: white;
	margin: 0 -1em;
}
.test-section h3{
	color: #9fcb25;
	font-size: 2.5em;
}

/* Clean Slate Page */
.clean-slate {
	background-color: black;
	margin: 0 -1em;
	padding-bottom: 50px;
}
.clean-slate .slate-text {
	text-align: center;
	color: white;
}
.clean-slate h1 {
	color: white;
	padding-bottom: 40px;
}
.clean-slate p {
	line-height: 2.5em;
	padding-bottom: 40px;
	font-size: 1.3em;
}
.clean-slate .gfield_label {
	color: white;
	font-size: 1.3em;
}
.clean-slate .gform_fields input {
	border-bottom: 1px solid white!important;
	font-size: 1em;
}
.clean-slate textarea {
	border: 1px solid white!important;
}
.clean-slate ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
	font-size: 1.3em;
}
.clean-slate input, .clean-slate select, .clean-slatetextarea{
    color: white;
	font-size: 1.3em;
}

.clean-slate textarea:focus, .clean-slate input:focus {
    color: white;
	font-size: 1.3em;
}
.page-id-1370 .header-inner {
	background-color: #ee4a3e!important;
	padding-bottom: 10px;
}

.page-id-1370 .menu-item a:hover {
	color: white!important;
}
.page-id-1370 .menu-item .sub-menu a:hover {
	color: black!important;
}
.page-id-1370 .header-wrap img {
	filter: none!important;
	width: 100%;
}
/* home page header styles */
@media(max-width: 600px){
	.page-id-5 .header-wrap{
/* 	background-image: url('https://matthewscleaningco.com.au/wp-content/uploads/2022/09/Matthews-web-banner.png')!important; */
}
}

.footer-phone {
	display: flex;
	padding-bottom:5px;
}
.footer-phone .support-phone {
	display: flex;
	align-items: center;
}
.nav-box .support-phone {
	font-weight: 400;
	color: #9fcb25; 
	text-align: center;
	padding-top: 0.5rem;
}
.footer-social .support-phone {
	font-weight: 400;
	color: #9fcb25; 
	text-align: center;
}
.footer-social {
	flex-direction: column!important;
}
@media (max-width: 1120px) {
	.nav-box {
	margin: 1.5rem 1.5rem 0 0;
	}
	.support-phone {
		padding-top: 0;		
	}
}

/* Client stock request form */
.client_stock_list .gfield_list_header {
	display: flex;
	flex-wrap: nowrap;
}
.client_stock_list .gfield_header_item {
	font-weight: 500;
	width: 70%;
}
.client_stock_list .gfield_header_item--icons {
	display: none;
}
.client_stock_list .gfield_list_group {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
.client_stock_list .gfield_list_4_cell1 {
	width: 50%;
	padding-right: 10px;
}
.client_stock_list .gfield_list_4_cell2 {
	width: 50%;
	padding-right: 10px;
}
.client_stock_list .gfield_list_icons {
	display: flex;
}
.client_stock_list .add_list_item {
	margin-right: 5px
}

.logo img {
	object-fit: contain;
}

.footer-icons img {
	height:42px;
}


.ja-form .ja-field-container input[type="tel"],
.ja-form .ja-field-container input[type="color"] {
width: 230px;
padding: 3px 4px;
}
.ja-form .ja-field-container .checkbox:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ja-form .ja-field-container .checkbox {
display: block;
margin-left: 95px;
}
.ja-form .ja-field-container .checkbox br {
clear: left;
}
.ja-form .ja-field-container .checkbox input {
width: 15px;
height: 19px;
float: left;
}
.ja-form .ja-field-container .checkbox label {
height: 21px;
width: auto;
line-height: 21px;
float: left;
padding: 2px 12px 0 5px;
}
.ja-form .ja-submit {
margin-top: 1em;
margin-left: 100px;
vertical-align: middle;
}
.ja-form .ja-submit .ja-loading {
position: relative;
top: 0;
left: 0;
margin-left: 10px;
vertical-align: middle;
}
.ja-button {
font-size: 1em;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #dcdcdc;
padding: 4px 18px;
text-decoration: none;
background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9),
color-stop(100%, #e9e9e9) );
background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',
endColorstr='#e9e9e9');
background-color: #f9f9f9;
color: #333333;
display: inline-block;
text-shadow: 1px 1px 1px #ffffff;
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
box-shadow: inset 1px 1px 0px 0px #ffffff;
}
.ja-button:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9),
color-stop(100%, #f9f9f9) );
background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',
endColorstr='#f9f9f9');
background-color: #e9e9e9;
cursor: pointer !important;
}
.ja-button:active {
position: relative;
top: 1px;
}
.ja-form .ja-field-container .error {
color: #990000;
border-color: #990000;
}
.ja-form .ja-field-container .validation-error {
display: block;
clear: both;
margin-top: 5px;
color: #aa0000;
}
.ja-form .ja-error-container {
color: #aa0000;
margin-top: 2em;
margin-left: 100px;
}
.ja-form .ja-error-container p {
margin-bottom: 0;
}
/* End forms */
/* Job list */
.ja-job-list-container {
}
.ja-job-list-container .no-jobs-content {
}
.ja-job-list {
margin-bottom: 3em;
}
.ja-job-list .job {
margin-bottom: 1em;
padding: 0.5em;
}
.ja-job-list .job.alt {
background-color: #f5f5f5;
}
.ja-job-list .job.hot {
background-color: #fffdfd;
}
.ja-job-list .job .title {
}
.ja-job-list .job .title a {
}
.ja-job-list .job .meta {
margin-bottom: 1em;
}
.ja-job-list .job .meta:before,
.ja-job-list .job .meta:after {
content: "";
display: table;
}
.ja-job-list .job .meta:after {
clear: both;
}
.ja-job-list .job .meta {
zoom: 1;
}
.ja-job-list .job .meta p {
font-size: 0.9em;
margin-bottom: 0.5em;
}
.ja-job-list .job .meta .classifications {
float: left;
list-style: none;
width: 50%;
margin: 0 0 0.5em 0;
}
.ja-job-list .job .meta .classifications li {
display: inline;
margin-right: 0.5em;
}
.ja-job-list .job .meta .date-posted {
float: right;
width: 50%;
text-align: right;
}
.ja-job-list .job .meta .salary {
clear: left;
float: left;
}
.ja-job-list .job .meta .reference {
float: right;
text-align: right;
}
.ja-job-list .job .summary {
}
.ja-job-list .job .view-details {
font-size: 0.9em;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #dcdcdc;
padding: 4px 10px;
text-decoration: none;
background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9),
color-stop(100%, #e9e9e9) );
background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',
endColorstr='#e9e9e9');
background-color: #f9f9f9;
color: #333333;
display: inline-block;
text-shadow: 1px 1px 1px #ffffff;
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
box-shadow: inset 1px 1px 0px 0px #ffffff;
}
.ja-job-list .job .view-details:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9),
color-stop(100%, #f9f9f9) );
background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',
endColorstr='#f9f9f9');
background-color: #e9e9e9;
cursor: pointer !important;
}
.ja-job-list .job .view-details:active {
position: relative;
top: 1px;
}
/* End job list */
/* Pager */
.ja-pager-container {
}
.ja-pager-container:before,
.ja-pager-container:after {
content: "";
display: table;
}
.ja-pager-container:after {
clear: both;
}
.ja-pager-container {
zoom: 1;
}
.ja-pager {
float: left;
font-size: 0.9em;
}
.ja-pager:before,
.ja-pager:after {
content: "";
display: table;
}
.ja-pager:after {
clear: both;
}
.ja-pager {
zoom: 1;
}
.ja-pager span,
.ja-pager a {
display: block;
float: left;
line-height: 23px;
padding: 0 8px;
margin-right: 3px;
color: #333;
background-color: #f3f3f3;
border: solid 1px #ddd;
}
.ja-pager a:hover,
.ja-pager .current-page {
color: #fff;
background-color: #bbb;
border-color: #999;
text-decoration: none;
}
.ja-pager .previous,
.ja-pager .next {
}
.ja-pager .first-page,
.ja-pager .last-page {
}
.ja-pager .previous-ellipsis,
.ja-pager .next-ellipsis {
}
.ja-pager-summary {
float: right;
line-height: 25px;
font-size: 0.9em;
}
/* End pager */
/* Job details */
.ja-job-details {
}
.ja-job-details .title {
}
.ja-job-details .meta {
margin-bottom: 1em;
}
.ja-job-details .meta:before,
.ja-job-details .meta:after {
content: "";
display: table;
}
.ja-job-details .meta:after {
clear: both;
}
.ja-job-details .meta {
zoom: 1;
}
.ja-job-details .meta p {
font-size: 0.9em;
margin-bottom: 0.5em;
}
.ja-job-details .meta .classifications {
float: left;
width: 50%;
list-style: none;
margin: 0 0 0.5em 0;
}
.ja-job-details .meta .classifications li {
display: inline;
margin-right: 0.5em;
}
.ja-job-details .meta .date-posted {
clear: right;
float: right;
width: 50%;
text-align: right;
}
.ja-job-details .meta .salary {
clear: left;
float: left;
}
.ja-job-details .meta .reference {
float: right;
text-align: right;
}
.ja-job-details .bullet-points {
}
.ja-job-details .bullet-points li {
}
.ja-job-details .description {
}
.ja-job-details .apply {
margin: 2em 0 0.5em 0;
text-align: center;
}
.ja-job-details .apply .back-link {
font-size: 0.9em;
margin-right: 1em;
}
.ja-job-details .apply .ja-button {
}
/* End job details */
/* Application form iframe (external app forms) */
.ja-apply-iframe iframe {
width: 100%;
height: 500px;
border: none;
}
.ja-apply-iframe .apply {
margin: 2em 0 0.5em 0;
text-align: center;
}
.ja-apply-iframe .apply .back-link {
font-size: 0.9em;
}
/* End application form iframe */
/* Application form */
.ja-job-apply .ja-success-text {
}
.ja-job-apply .ja-submit .back-link {
font-size: 0.9em;
margin-left: 1em;
}
/* End application form */
/* Powered by JobAdder */
.powered-by-jobadder {
color: #bbb;
font-size: 0.9em;
text-align: center;
margin: 2em 0 1em 0;
}
.powered-by-jobadder a {
color: #bbb;
}
.powered-by-jobadder a:hover {
color: #aaa;
}
/* End powered by JobAdder */

.gchoice_13_5_1 {
	display: flex;
}
#label_13_5_1 {
	padding-left: 10px;
}
.ginput_recaptcha {
	padding-top: 10px;
	padding-bottom:10px;
}