/* :root {
  --enfold-main-color-primary: #202C49;
} */

/* Force Montserrat site-wide */
body, html {
  font-family: 'Montserrat', sans-serif !important;
}

/* Desktop Only */
@media only screen and (max-width:767px) {
	.desktop-only{display:none;}
}


#header_main{ border: none !important; background-color: #f9f9f9; }


/* HOME */
.home .title_container {
  display: none;
}

.home .stats img{ max-width: 560px; }
@media only screen and (max-width:767px) {
   .home .stats img{ max-width: 100%; }
}

/* Buttons */
.btn-white a{
  background-color: #fff !important;
  color: #202c49 !important;
  border: 1px solid #202c49 !important;
  border-top-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.btn-white span{
  font-weight: 600;
  font-size: 14px;
}
.btn-white span::after {
    content: "";
    display: inline-block;
    width: 16px; /* adjust as needed */
    height: 17px;
    background-image: url('/wp-content/uploads/2025/04/Ross-Richdale-Button-icon-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px; /* spacing between text and icon */
    vertical-align: middle;
	transition: all 0.4s ease-in-out;
}


.btn-white a:hover{
	background: linear-gradient(to right, #1b6094, #202d4a) !important;
	color: #fff !important;

}

.btn-white a:hover span::after {
	background-image: url('/wp-content/uploads/2025/05/Ross-Richdale-Button-icon.png') !important;
}


.general-blue-btn a,
a.btn-blue,
.book-a-job{
  background: linear-gradient(to right, #1b6094, #202d4a) !important;
  color: #fff !important;
  border-top-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;	
}

.general-blue-btn a:hover,
a.btn-blue:hover,
.book-a-job:hover{
  /* color: #202c49 !important; */
  background-color: #fff !important;
  background: #fff !important;
  border: 1px solid transparent !important;
  border-top-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
	
  background: linear-gradient(to right,#202d4a,#1b6094) !important;
}

.avia-button:hover{ border-right: transparent !important; }

/* .book-a-job:hover .avia-menu-text{ color: #202c49 !important; }  */

@media only screen and (max-width: 1270px) {
	.book-a-job a:hover{
	   background: linear-gradient(to right, #1b6094, #202d4a) !important;
	}
	.book-a-job{max-width: 160px; margin-left: 20px !important; margin-top: 60px !important;}
	.book-a-job a{padding-left: 18px!important; padding-right:18px !important;}
	
	.book-a-job a:hover {
       border-top-left-radius: 12px !important;
       border-bottom-right-radius: 12px !important;
	}
}

.general-blue-btn span,
.btn-blue span,
.book-a-job a{
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 8px;
}
.general-blue-btn span::after,
.btn-blue span::after,
.book-a-job a::after{
    content: "";
    display: inline-block;
    width: 16px; /* adjust as needed */
    height: 17px;
    background-image: url('/wp-content/uploads/2025/05/Ross-Richdale-Button-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px; /* spacing between text and icon */
    vertical-align: middle;
}


.book-a-job .avia-menu-text{
  color: #fff !important;
  font-weight: 800;
}

.book-a-job .avia-menu-fx{display:none !important;}

body div .avia-button { border-radius: 0px; }
 

/* headings */

.home .main_color h1 {
  font-size: clamp(1.25rem, 2.5vw, 2.1rem);
  line-height: 1.1em;
  margin-bottom: clamp(0rem, 0.5vw, 1.4rem);
}



.home .main_color h2 {
  font-size: clamp(1.25rem, 2.5vw, 2rem); /* 20px – 32px */
  color: #202C49;
}

.home .main_color h3 {
  font-size: clamp(1.2rem, 3vw, 2.0rem); 
  color: #ffffff;
}

.home .main_color h4 {
  font-size: clamp(1.4rem, 3vw, 2.2rem); /* 24px – 35px */
  color: #202C49;
}

#drain-clearing h1,
.home .main_color h2,
.home .main_color h3,
.home .main_color h4{ margin-bottom: 30px; }


#drain-clearing h1::before,
#drain-clearing h1::after,
.home h2::before,
.home h2::after,
.home h3::before,
.home h3::after,
.home h4::before,
.home h4::after{
  content: '';
  display: inline-block;
  width: 27px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px;
  margin-left: 0px;
  margin-right: 5px;
}

#drain-clearing h1::before,
.home h2::before,
.home h3::before,
.home h4::before{
  background-image: url('/wp-content/uploads/2025/04/Graphic-Element-R-left.png');
  margin-top: -20px;
  margin-right: 5px;
}


#drain-clearing h1:after,
.home h2::after,
.home h3::after,
.home h4::after{
  background-image: url('/wp-content/uploads/2025/04/Graphic-Element-R-right.png');
  margin-bottom: -20px;
  margin-left: 5px;
}


h2{ font-weight: 700; }

/* Contact */

.page-id-180 h1,
.page-id-180 h2{
  color: #202C49 !important;
}

.page-id-180 h2{ margin-bottom: 62px; }

/* NOT HOME */



body:not(.home) .main_color h2 {
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 2.1rem);
  line-height: clamp(1.5rem, 2.5vw, 2.8rem);
  text-transform: none;
}

.text-page h1,
.text-page h2{ color: #202C49 !important; }

.title_container { background-color: #202c49 !important; }

.main-title a{ color: #fff !important;}


#drain-clearing h1,
body:not(.home) .main_color h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
  color: #202C49;
}


body:not(.home) .main_color h3::before,
body:not(.home) .main_color h3::after{
  content: '';
  display: inline-block;
  width: 27px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px;
  margin-left: 0px;
  margin-right: 5px;
}

body:not(.home) .main_color .longer-heading.extra h3::after{
   position: absolute;
}

body:not(.home) .main_color h3{ margin-bottom: 30px; }

body:not(.home) .main_color h3::before{
  background-image: url('/wp-content/uploads/2025/04/Graphic-Element-R-left.png');
  margin-top: -20px;
  margin-right: 5px;
}

body:not(.home) .main_color h3::after{
  background-image: url('/wp-content/uploads/2025/04/Graphic-Element-R-right.png');
  margin-bottom: -20px;
  margin-left: 5px;
}


@media only screen and (max-width: 1270px) {
	body:not(.home) .main_color .longer-heading h3,
	body:not(.home) .main_color .longer-heading h1{
	  width: 95%;
	  text-align: center;
	  margin-left:2%;
	}
	body:not(.home) .main_color .longer-heading h3::before,
	body:not(.home) .main_color .longer-heading h1::before { left: 2%;  position: absolute; }
	body:not(.home) .main_color .longer-heading h3::after,
	body:not(.home) .main_color .longer-heading h1::after{ right: 2%;  position: absolute;}
}

/* Breadcrumbs  & h1 title*/	
.breadcrumb.breadcrumbs.avia-breadcrumbs { right: unset; }

.main-title {
  top: 32px !important;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 20px;
  font-weight: 600 !important;
}

.breadcrumb-title {  display: none !important; font-size: 14px;}
.trail-begin,.sep { color: #fff !important; font-size: 14px;}  
.trail-end { color: #58A4DD !important; text-decoration:underline; font-size: 14px;}

@media only screen and (max-width: 767px) {
  .responsive .title_container .main-title + .breadcrumb { top: -2.6rem; }
}


@media only screen and (min-width: 1270px) {
  body:not(.home) .main_color .longer-heading h3 { margin-left: -35px; margin-right: -15px; }
}


/****************************************/

@media only screen and (max-width: 767px){
  .caption_bottom .slideshow_caption .slideshow_inner_caption{padding-left: 0px;}
  .responsive #top #wrap_all .caption_bottom .container.caption_container { margin-left: 20px; }
}

#main p {
  font-size: 16px;
  line-height: 28px;
}


.home .avia-slideshow h2::before,
.home .avia-slideshow h2::after{
  content: none;
}

.home .avia-slideshow h1,
.home .avia-slideshow h2{color: #fff;}

.home .avia-slideshow h2 {
  font-weight: 800;
  font-size: clamp(3rem, 5vw, 4.625rem) !important;
  text-transform: unset;
  line-height: clamp(3.5rem, 6vw, 5.375rem);
}

@media only screen and (max-width: 479px) {
	.responsive #top .slideshow_caption{ top: 0px; }
	.caption_bottom .slideshow_caption .slideshow_inner_caption{ position: relative; }
}


.service-block img{
  float:left; 
  margin-right:20px;
  height: 230px;
  object-fit: cover;

}

@media only screen and (min-width: 1200px) {
	.chch-plumbers-block img{
	  height: 460px;
	  object-fit: cover;
	}
}

.hover-block{
  display:none;
  position: absolute;
  margin-top: -200px;
}
.service-block:hover .hover-block{display: block;}
.service-block .hover-block p{
  color: #fff; 
  padding: 20px 40px;
  font-size: 22px;
  line-height: 26px;
}


.service-block p { color: #202c49; }
.service-block img { border-radius: unset !important; }
.service-block .avia-image-overlay-wrap img{ border-top-left-radius: 45px !important; }

.service-block:hover { box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2); }
.service-block:hover img{ filter: brightness(50%); }


.service-block .avia-image-container{margin-bottom:0px;}

.icon-box{
  background-color:#f9f9f9;
  min-height: 146px;
  padding:12px 10px;
  position: relative;
}

.short .icon-box{  min-height: 120px; }

.service-block .icon-box img{ margin-bottom: 20px; }
.service-block .icon-box p{ max-width: 80%; }

.icon-box::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg); /* Rotate the arrow 90 degrees counterclockwise */
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/uploads/2025/04/Icon-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.service-block{
  border-bottom-right-radius: 42px;
  border-top-left-radius: 42px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.flex_column.service-block{
	  padding: 0px !important;
	  margin-left: 10px !important;
	  margin-right: 10px !important;
	  width: calc(100% - 20px) !important;
	}
}

.icon-box img{
   max-height: 48px;
   width: auto;
}

.icon-box p{
  font-size: 25px !important;
  line-height: 27px !important;
  font-weight: 600;	
}

.logos img{max-width: 220px;
  max-height: 150px;
  width: auto;}


.logos {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.logos .avia-image-container{
 display: flex;
  align-items: center;
  justify-content: center;
}
.logos{
  display: flex !important;
  width: 100% !important;
}


/* Team Block */
.team-block img{float:left; margin-right:20px;}

.team-block p { color: #202c49; }
.team-block img { border-radius: unset !important; }

.team-block .avia-image-container{margin-bottom:0px;}

.team-block .avia_textblock {
  background-color: #fff;
  padding: 20px;
}

.team-block h5{ color: #202C49 !important; }

.team-block {
  border-bottom-right-radius: 42px;
  border-top-left-radius: 42px;
  overflow: hidden;
}


.book-a-job-text h3{
   color: #fff !important;
	background-color: transparent !important;
}
.book-a-job-text h3::after,
.book-a-job-text h3::before{
background: none !important; }
.book-a-job-text h3{ margin-bottom: 0 !important; }

/**************************/

/* FOOTER */
footer#socket {
  background-color: #202c49;
  border:none !important;
}

.main_color .footer-links strong{ color: #fff; }
.main_color .footer-links a{ color: #F9F9F9; line-height: 25px;}

#top .div-footer .avia_textblock p{ color: #fff; }
.div-footer{ border: none !important; }

@media only screen and (max-width:767px) {
  .div-footer .av_one_fourth{  width: 100% !important;  }      
 
  .div-footer .av_one_fourth img{ margin: 0 auto; }	     
 
  .div-footer .av_one_fourth,
  .div-footer .avia-image-container{ float: none; margin-left: 0 !important;}
  
  .div-footer .avia_textblock{ text-align: center; }
	
  .av-mb46k0qe-acf8c49be0baa4d1c0d3e0b16103c701 .avia_textblock { text-align: center !important; 	}
  .av-87w38-813eb89f6a34a33fb1dc906cc30ef95f{ width: 100%  !important;  } 
  .rights,.websiteby{ display: block;}

}

.av-87w38-813eb89f6a34a33fb1dc906cc30ef95f {
  z-index: 10 !important;
  position: relative !important;
}

.nzmap img{
  max-width: 165px;
  margin-top: 10px;
}

@media only screen and (max-width:767px) {
	.nzmap img {
	  margin-top: 20px !important;
	  margin-bottom: 20px !important;
	}
}

/**************************/


/* Images */
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
  border-radius: 0px;

}

/* Logo */
.logo img{ max-height: 70% !important; margin-top: 13px; }


/* Top Notification Bar */

.top-notification-bar {
  background-color: #BF2500;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  padding-left: 10%;
  padding-right: 10%;
  height: auto;
}

.top-notification-bar .ourmessage { 
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width:1270px) {
	.top-notification-bar{padding-left: 10px;}
	.top-notification-bar .ourmessage { text-align: left;}
	
	.top-notification-bar .ourmessage {  max-width: 90%; }
	.top-notification-bar::before {
	  content: '';
	  display: inline-block;
	  width: 32px;
	  height: 26px;
	  background-image: url('/wp-content/uploads/2025/05/phone-call-white-icon.svg');
	  margin-bottom: -9px;
	  margin-right:20px;
	  background-repeat:no-repeat;
	  transform: scaleX(-1);
	  position: absolute;	 
		right: 0;
		margin-top:5px;		
	}
	.top-notification-bar .ourmessage span{display: block;}
}

/* Header */
@media only screen and (min-width:1270px) {
	.av-main-nav-wrap ul:not(.sub-menu){	
		height: 88px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
#header_main .container{} 
.main_menu ul:first-child > li a {
  line-height: 42px;
  height: 42px;
}

.sub-menu {
  border-top: 0px !important;
}
.avia-menu-fx { display: none; }
.av-main-nav > li:not(.book-a-job) {
   height: 69px;
}


.main_menu .avia-menu-text { color: #202C49; /* text-transform: uppercase; */ }


.last.menu-item{margin-bottom:20px;}

@media only screen and (min-width:1270px) {
  .av-main-nav ul{width: 400px;}
}

#top .av-main-nav ul a{ padding: 0px 15px; }

.menu-item-top-level-1 a{ font-weight: 700; }
.menu-item-top-level-1 .sub-menu a{ font-weight: 400; }
.sub-menu .heading { padding-bottom:10px !important;}
.sub-menu .heading a { font-weight: 800;}
.sub-menu {
  padding-top: 30px !important;
  padding-left: 20px !important;
  padding-bottom: 20px !important;
}

.sub-menu a { border: none !important; font-size: 14px !important;}

/* Adds an arrow icon to top-level menu items in .dropdown_ul_available */
.dropdown_ul_available .dropdown_available::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 11px;
  background-image: url('/wp-content/uploads/2025/04/Icon-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle; /* Keep it aligned with text */
  transform: rotate(180deg);
  transform-origin: center center;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 5px;
}

/* Flip the icon on hover of the parent LI */
.dropdown_ul_available:hover .dropdown_available::after {
  transform: rotate(0deg);
}

.av-main-nav ul{ box-shadow: unset !important; }

.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
  background-color: #1b6094 !important;
}

.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after { height: 4px !important; }


/* Full Width */
.full-width .container {
  max-width: unset !important;
  padding: 0px !important;
}

.map { height: 500px; position: relative; }

/* Contact Page */

.avia_textblock.contact-form {
  background-color: white;
  padding: 12px 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.contact-phone-email p{	
	display:flex;
	justify-content: center; 
    align-items: center;    
	gap: 30px;
	flex-wrap: wrap;
}

.contact-phone-email p a:first-child::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 43px;
  background-image: url('/wp-content/uploads/2025/05/Contact-Phone-Icon.png');
  margin-bottom: -15px;
  margin-right:20px;
}
.contact-phone-email p a:last-child::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 26px;
  background-image: url('/wp-content/uploads/2025/05/Contact-Email-icon.png');
  margin-bottom: -9px;
  margin-right:20px;
}

.contact-phone-email p a{
  font-size: clamp(1.25rem, 2.5vw, 1.00rem);
  line-height: 1.1em;
}

/* MOBILE ALL FLEX BOXES */
@media only screen and (max-width:767px) {
	.flex_column{
	  padding-left: 20px !important;
	  padding-right: 20px !important;
	}
  .responsive #top #wrap_all .container {
    width: 95%;
    max-width: 95%;
   }
}

/* Reviews */
.ti-date { display: none; }


/* Early Mobile Breakpoint */

@media only screen and (max-width: 1270px) {
	.av-main-nav > li.menu-item-avia-special {
		display: block;
	}
	.av-main-nav > li {
		display: none;
	}
}

/* Commercial First image fix */
@media only screen and (min-width: 1270px) {
.avia-image-container.av-zpgd9-2505d0183bf78849c802d23414fa7a38 img.avia_image{
	 min-height: 550px !important;
	 object-fit: cover;
	}
}

/* Mobile Menu ****************/
@media only screen and (max-width: 1270px) {
	.html_av-overlay-side .av-burger-overlay-scroll { width: 100% !important; }

	#top .av-burger-overlay-scroll{
		background-color: transparent !important;
	}

	#top #av-burger-menu-ul{
		padding-top: 0px !important;
	    margin-top: 139px;
	    display: block;
	    background-color: #f9f9f9;
		height: 100vh;
	}
	.admin-bar#top #av-burger-menu-ul{ margin-top: 185px; }

	.html_av-overlay-side .av-burger-overlay-bg{background-color: transparent; opacity: 1;}
	
	.sub-menu {
	  padding-top: 10px !important;
	  padding-left: 15px !important;
	  padding-bottom: 10px !important;
	}
	.sub-menu li::before {
       content: "-";
		font-size: 14px;
		position: absolute;
    }
	.sub-menu .heading { padding-bottom: 0px !important; }
	
	/* .sub-menu  li.heading:not(.menu-item-158):not(.menu-item-164)::before{margin-left: -13px;} */
	.sub-menu  li.heading::before{margin-left: -13px;}
	.sub-menu  li.heading { font-size: 14px !important; }
 
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li li.heading a{ padding-left: 0px; }
	#av-burger-menu-ul li li .avia-menu-text { font-weight: 600 !important; }
    #av-burger-menu-ul li.heading .avia-menu-text,
	#av-burger-menu-ul > li > .avia-menu-text{ font-weight: 800 !important; }

	.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover { background-color: transparent !important;}
  .top-notification-bar { display: none; }
  .av-burger-overlay-active .top-notification-bar { display: block; }

}
/******************************/


/* Testimonials ****************/

.avia-testimonial-content { border-radius: 7px !important; }
.avia-testimonial-content p {
	 line-height: 21.75px;
	  font-size: 15px;
}
.avia-testimonial-name,
.avia-testimonial-subtitle { color: #fff !important; }

.ti-stars {
  display: flex;
  margin-top: 10px;
}

.avia-testimonial-wrapper { margin-top: 0px; }
.avia-testimonial-row{ margin-top: 40px !important; }

.testimonial-block h3{ color: #fff !important; }