/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
.header-address {
  margin-top: 0 !important;
}

p {
  font-size: 18px !important;
  line-height: 28px;

  color: #3d3935;
  font-weight: 400 !important;
}

#mobile-nav .hs_cos_wrapper_type_simple_menu .active-branch {
  display: none;
}


@media only screen and (min-width: 1001px){
  .mobile-row {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px){
  .desktop-row {
    display: none !important;
  } 
}

h1, h2, h3, h4, h5, h6, p, li, td {
  font-family: 'Source Sans Pro', sans-serif !important;
}

.site-logo img {
  width: 260px;
  margin-top: -10px;
}

.site-logo-fixed img {
  width: 150px;
}

.site-logo-mobile img {
  width: 150px;
}

.site-logo-mobile-fixed img {
  width: 150px;
}

.header-fixed {
  display: none !important;
  background-color: #444444;
}

..header-fixed.topStickyCustomClass {
  background-color: #444444 !important;
}

.container {
  max-width: 1170px !important;
  margin: auto !important;
  position: relative !important;
}

.header-container-wrapper {
  background-color: #444444;
}

.hs-menu-children-wrapper {
  background-color: #444444;
}

/* The munie item Types "a" width in the nav bar. */
.header-container-wrapper .header .mobile-header .mobileOptimization ul:nth-child(2) ul li a {
  width: 260px !important;
}

/* Nav bar underline effect on hover */
.custom-primary-menu .hs-menu-depth-2 a:hover {
  text-decoration: none;
  border-bottom: 3px solid #009fda;
}

.header-top {
  height: 200px;
}


.header-address p a, .header-address p {
  text-decoration: none !important;
  color: #029fda !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  border-bottom: none !important;
}

.header ul li a {
  color: #fff !important;
}

.topStickyCustomClass {
  z-index: 99999;
  display: block !important;
  position: fixed !important;
  top: 0px;
  background-color: #444 !important;
}

.topStickyCustomClass .custom-primary-menu {
  position: relative;
  top: 17px;
}

.custom-primary-menu li, .custom-primary-menu li a {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700;

}
.custom-primary-menu {
  position: relative;
  bottom: 35px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 153px !important;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  width: 100% !important;
}

/* Enquire now button */
.enquire-now button{
  background: #009fda;
  color: #fff;
  padding: 15px 25px;
  border-radius: 40px;
  border:1px solid #009fda;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.enquire-now button:focus {
  outline:0;
}



.topStickyCustomClass .enquire-now {
  position: relative;
  bottom: -14px;
}



/* search button */
.site-search a {
  background: #009fda;
  color: #fff;
  padding: 12px 22px;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(https://www.globalpumps.com.au/hubfs/search-icon.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  border:1px solid #009fda;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}

/* Button in nav */
.enquire-now {
  position: relative;
  bottom: 10px;
  left: 2%;
}
/* search button */
.site-search {
  position: relative;
  left: 2%;
}

.topStickyCustomClass .site-search {
  position: relative;
  top: 23px;
}


/* Header Mobile Op */
@media only screen and (min-width: 1001px) and (max-width: 1299px){
  .custom-primary-menu {
    /*     bottom: 70px; */
  }
  .mobile-header .site-logo {
    width: 65%;
  }
  .mobile-header .row-number-4 .span3 {
    width: 32%;
  }

  .header-address {
    padding-right: 10px;
  }

  .enquire-now {
    right: 5%;
  }
  .site-search {
    left: 0%;
  }
}


.header .custom-primary-menu ul li:nth-child(2) .hs-menu-depth-3 a {
  width: 275px !important;
  max-width: 275px !important;
}


/* MHeader Mobile Op */


@media only screen and (min-width: 1001px){
  .mobile-nav {
    display: none !important;
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 153px;
    top: 0;
  }


  .header .topStickyCustomClass .hs-menu-wrapper.hs-menu-flow-horizontal>ul a {
    line-height: 2;
  }

  .header .topStickyCustomClass .hs-menu-depth-1 > .hs-menu-children-wrapper {
    min-width: 160px;
  }

  .hs-menu-children-wrapper {
    display: block !important;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1080px) {
  .topStickyCustomClass .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 5px 10px !important;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1160px) {
  .topStickyCustomClass .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 5px 14.5px !important;
  }
}

@media only screen and (min-width: 1161px) and (max-width: 1440px) {
  .topStickyCustomClass .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 5px 17px !important;
  }
}

@media only screen and (min-width: 1441px) {
  .topStickyCustomClass .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 5px 19px !important;
  }
}

@media only screen and (max-width: 1000px){

  body .nav-control .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 70px !important;
  }

  .desktop-nav, .header-address {
    display: none !important;
  }
  .custom-menu-primary {
    z-index:9999999;
  }

  .topStickyCustomClass {
    width: inherit !important;
    height: 70px;
  }

  .header-container .header{
    height: 80px !important;
  }

  .site-logo {
    position: relative;
    text-align: center;
    top: -32px;
  }

  .site-logo img {
    width: 200px;
    margin-top: -2px;
  }

  .topStickyCustomClass .site-logo img {
    width: 150px;
    margin-top: -4px;
  }

  .topStickyCustomClass .mobileOptimization .mobile-trigger {
    height: 35px !important;
    padding: 10px 20px 0px 20px !important;
  }

  .topStickyCustomClass .site-logo {
    top: 3px;
  }

  .mobile-trigger i:before {
    top: -9px;
  }

  .mobile-trigger i:after {
    top: 9px;
  }

  .mobileOptimization .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 5px 20px !important;

  }

  .header .remove-trigger-button {
    display: none !important;
  }
}

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  /*   width: auto !important; */
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/
.mobile-trigger{
  display: block; /* Hide button on Desktop */
} 
.child-trigger{
  display: block; /* Hide button on Desktop */
} 
@media (max-width: 1000px){
  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#444;
  }


  .header .topStickyCustomClass  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: fixed !important;
    top: 65px !important;
    left: 20px;
    padding: 0;
    width: inherit;
    max-width: 500px;
    min-width: 330px;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -50px;          /* Position Button at right of screen  */
    left: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #4440 0;
    border: 1px solid #4440;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #4440;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #4440; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #4440; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 2px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 35px; /* Icon line width */
    height: 5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -11px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 11px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:  #fff !important;  /* Icon color */
  }





  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }


  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }
  /**-*-*----**-*-*-***new*--*-*-*-*-*-*-*-*--**/



  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  a.child-trigger span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }

  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: fixed;
    padding-top: 44px;
    margin: 10px 0 10px 0;
    float: left;
    top: 0px;
    left: 80px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .header .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: fixed !important;
    top: 75px !important;
    left: 20px;
    padding: 0;
    width: inherit;
    max-width: 500px;
    min-width: 280px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#444444; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }







  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }





  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#444; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .header-top .row-fluid [class*=span] {  

    display: block !important;
    margin: 0 !important;
    float: none !important;
    width: auto;

  }
}

#mobile-nav .mobile-trigger .hs-menu-flow-horizontal {
  display: none;
}
/* div#mobile-nav {
position: fixed;
top: 0;
background-color: #444444;
width: 100%;
z-index: 999;
}

.span12.widget-span.widget-type-custom_widget.custom-primary-menu.mobileOptimization {
min-height: 0px !important;
}
.span12.widget-span.widget-type-custom_widget.custom-primary-menu.mobileOptimization {  
min-height: 0px !important;
}
.span12.widget-span.widget-type-custom_widget.ap-water-header {
min-height: 0px !important;
} */