/*
Theme Name: Hydralada website (D2 Spectre)
Author: D2
Author URI: http://www.d2.co.nz
Description: Based on D2 Spectre
Version: 3.2.2

==================================
BASE							   
==================================
*/
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #555;
    background-color: #fff;
    font-family: sans-serif;
}

/*
==================================
COLOURS							   
==================================
*/

.text-primary {
	color: #000000!important;
}
.text-yellow {
	color: #f8ac1e!important;
}
.text-secondary {
	color: #cccccc!important;
}
.text-white {
	color: #fff!important;
}
.bg-primary {
	background: #000000!important;
}
.bg-secondary {
	background: #cccccc!important;
}
.bg-tertiary {
	background: #f1f1f1!important;
}
.bg-gray {
	background: #f2f2f2!important;
}
.bg-white {
	background: #fff!important;
}


.header:after{
	clear: both;
}
#page {
	width: 100%;
    padding-top: 93px;
    padding-bottom: 0;
	max-width: 2493px;
    margin: 0 auto;
}

#footer {
	padding-top: 0;
    height: 95px;
}

.container{
    max-width: 1460px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid, .container.container-fluid{
	max-width: unset!important;
    padding-left: 0;
    padding-right: 0;
}
.banner > .container{
	width: 100%;
}
#page .row-block .column{

}

/*inner container align*/
.center-columns .column{
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.equal-columns .l-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column .l-box,
.column .r-box,
.column .c-box{
	text-align: left;
}
.column .l-box{
    padding: 0;
}

.column .r-box{
	text-align: right;
}
.column .c-box{
	text-align:center;
}
.column .heading{
}
.column.heading .c-box{

}
/*inner container padding*/

/* 404*/
.error404 .container404 ul {
	margin-left: 0;
    padding-left: 0;
}

.error404 .container404 ul li {
	    list-style: none;
}
/* 404 END*/

.page-template-default .content {
    padding: 0;
}

/*loader*/
.loading::after {
	animation: loading .6s infinite linear;
    border: .15rem solid #000000;
	border-right-color: transparent;
    border-top-color: transparent;
	height: 1.8rem;
	width: 1.8rem;
	margin-left: -.9rem;
    margin-top: -.9rem;
}
#html5-watermark div{
	display: none!important;
}

/*
==================================
FIXES & OVERIDES							   
==================================
*/
.popup_menu_holder_outer{
	display: none;
}
#show-panel-video{
    display: block;
}
video {
	visibility: visible !important;
	object-fit: cover;
}

.column {
    padding-left: 0;
    padding-right: 0;
}

.bottom{
    position: absolute;
    bottom: 0;
}
.right{
    position: absolute;
    right: 0;
}
/*
==================================
LINKS							   
==================================
*/

a {
	text-decoration: none;
	color: #cccccc;
	border-bottom: 1px solid;
	transition: color .4s linear;
	cursor: pointer;
}

a img {
	border: 0;
}

a:active,
a:hover,
a:focus,
a:visited{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	outline: 0;
	 box-shadow: none;
	
}

/*
==================================
FORM / BUTTONS							   
==================================
*/


input::-webkit-input-placeholder{
    color:#a5a5a5!important;
}
input:-moz-placeholder {
    color:#a5a5a5!important;
}
.heading .input-group{
	margin-left: auto;
	font-size: 0.9em;
}
.heading label{
    height: 1.8rem;
    line-height: 1.2rem;
    outline: 0;
       padding: .2rem;
    vertical-align: middle;
}
.heading .form-select{
	border: none;
	font-family: dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
	flex: unset;
	outline: none!important;
	box-shadow: none!important;
}
.heading .form-select option{
	font-size: 0.9em;
}

.heading .form-select:not([multiple]):not([size]) {
	background: #fff url(./img/down-arrow-active.svg) no-repeat right;
    padding-right: 1rem;
}

/*.heading .form-select:focus, .heading .form-select:hover, .heading .form-select:active, .heading .form-select:focus-within{
        outline: none;
    }*/
/*
==================================
FONT + TABLES							   
==================================
*/

/*Check google fonts have been enqued or other library fonts added*/



.divider {
    border-top: .05rem solid #2b8999;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p{
	color: #fff!important;
}

strong{
	font-weight: 600;
}
 /* =WordPress Core
    -------------------------------------------------------------- */
    .alignnone {
        margin: 0.5em 2em 2em 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        float:right;
        margin: 0.5em 0 2em 2em;
    }

    .alignleft {
        float: left;
        margin: 0.5em 2em 2em 0;
    }

    a img.alignright {
        float: right;
        margin: 0.5em 0 2em 2em;
    }

    a img.alignnone {
        margin: 0.5em 2em 2em 0;
    }

    a img.alignleft {
        float: left;
        margin: 0.5em 2em 2em 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption {
        max-width: 96%; /* Image does not overflow the content area */
        padding: 5px 3px 10px;
        text-align: center;
    }

    .wp-caption.alignnone {
        margin: 0.5em 0 2em 0;
    }

    .wp-caption.alignleft {
        margin: 0.5em 2% 2em 0;
		width: 48%!important;
    }

    .wp-caption.alignright {
        margin: 0.5em 0 2em 2%;
		width: 48%!important;
    }
.wp-caption.alignright:after{
	clear: both!important;
}
    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }
    .wp-caption > p:empty  {
    display: none;
}
    .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 1em;
    text-align: left;
    margin: 0;
    padding: 1em 4px 5px;
    }
.size-full{
    width: 100%;
    height: auto;
}

.size-half{
    width: 48%;
    height: auto;
}

.alignright.size-half{
    margin-left:2em;
}

.alignleft.size-half{
        margin-right: 2em;
}
    /* Text meant only for screen readers. */
    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }

    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
/*
==================================
HEADER + NAV							   
==================================
*/

.top-bar, .header{
    position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 0;
	z-index: 999;
    height: 60px;
    background-color: #fff;
}
.top-bar{
    height: 40px;
}
.top-bar .top-nav{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 40px;
    align-content: flex-end;
}
.header{
    top: 40px;
}
.header_sticky .top-bar{
 /* height: 0;  */
}
#menu-top{
  margin: 0;
}

.header, .header .container, .header .container .columns{
	height: 55px;
	flex-grow: 10;
    transition: all 0.2s;
}
.header_sticky .header{
	border-bottom: 1px solid rgba(34, 34, 34, .15);
    top: 0;
}
.header_sticky .header, .header_sticky .header .container, .header_sticky .header .container .columns{
	height: 60px;
	flex-grow: 1;
    align-content: center;
}


.header_sticky .header .container .social-container { 
	top:0px;
}

.nav-up {
	top: -144px;
}

.sitenav {
	display: flex;
    align-self: center;
}

.header .logo {
        display: flex;
    align-self: center;
}

.logo img {
    display: block;
    float: left;
    max-height: 60px;
    flex-grow: 1;
}
.logo a {
    text-decoration: none;
	display: flex;
	border-bottom: none;
}

.logo a span{
	color: #cccccc;
}
.header .logo img{
	flex-grow: 10;
    transition: all 0.4s;
	width: auto; 
}

.column .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 60px;
    margin-right: auto;
}

.nav-list > li {
    display: inline-block;
    margin: 0;
    line-height: 60px;
}

.nav-list li > a, .nav-list li > em, .header .nav-list li > span {
    position: relative;
    display: inline-block;
    margin: 0 11px;
    color: #cccccc;
    transition: unset;
    border-bottom: 4px solid transparent;
    font-size: 1em;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 2em;
}
.nav-list li > a, .nav-list li > em{
    font:  dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif!important;
    color: #000000;
    font-style: normal;
    letter-spacing: 0.05em;
    padding: 17px 0 7px;
	padding-bottom:3px;
}
.header .nav-list li > span {
    cursor: pointer;
}

.nav-list li.show-mobile{
    display: none;
}

.nav-list > li > a:focus,
.nav-list > li > a:hover, 
.nav-list > li > a:active,
.nav-list > li.current-menu-item > a,
.nav-list > li > em:focus,
.nav-list > li > em:hover, 
.nav-list > li > em:active,
.nav-list > li.current-menu-item > em{
    color: #f8ac1e;
    border-bottom: 4px solid #f8ac1e;
}

.nav-list > li.current-menu-item a,
.nav-list > li.current_page_item a,
.nav-list > li.current-menu-item em,
.nav-list > li.current_page_item em{
	border-bottom: 1px solid #000000;
	color:#000000;
}

.nav-list .sub-menu {
	margin: 0;
    position: absolute;
    z-index: 2;
    background-color: #e5e5e5;
    left: 0;
    top: 55px;
    min-width: 100%;
    list-style: none;
    -webkit-padding-start: 0;
}

.nav-list .simple-drop .sub-menu {
    min-width: 290px;
    left: auto;
    margin-left: -20px;
	padding-left: 20px!important;
	padding-right: 20px!important;
	padding: 20px!important;
}
.nav-list .simple-drop .sub-menu li > a{
	display: block;
	padding: 12px 0 7px;
}
.nav-list .simple-drop .sub-menu li > a span{
	font: 400 16px / 20px dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif!important;
    padding-left: 0;
}
.nav-list .solutions > .sub-menu {
    padding-top: 40px;
}
.nav-list .sub-menu .sub-menu {
    position: relative;
   top: auto;
        padding-top: 5px;
    width: 33%;
}
.nav-list .solutions > .sub-menu li {
   float:left;
    line-height:normal;
}
.nav-list .sub-menu .sub-menu li{
    width: 100%;
}
.nav-list li:hover .sub-menu, .nav-list li:hover .sub-menu .sub-menu{
    max-height: none;
    height: auto;
    opacity: 1;
    display: block;
    visibility: visible;
}
.nav-list li:hover .sub-menu, .nav-list li:not(:hover) .sub-menu{
    -webkit-transition-property: opacity,visibility;
    -ms-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#menu-main > .menu-item  > ul.sub-menu {
    top: 55px;
}

.nav-list li:not(:hover) .sub-menu {
    overflow: hidden;
    top: auto;
    opacity: 0;
    clip: rect(0,5000px,5000px,-5000px);
    visibility: hidden;
    min-height: 0!important;
    max-height: 600px;
    height: 0;
}
.nav-list .sub-menu li {
    width: 33%;
    display: inline-block;
    margin: 0;
}
.nav-list .simple-drop .sub-menu li {
    width: 100%;
    display: block;
    margin: 0;
}
.nav-list .sub-menu .sub-menu li { 
    display: block;
}

.nav-list .sub-menu li:last-child {
	border-bottom: none;
}

.nav-list .sub-menu li a {
    border-bottom: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000000;
}
.nav-list .sub-menu li a img{
    order: -1;
    width: auto;
    margin: -20px 0 -20px;
    max-height: 150px;
}
.nav-list .sub-menu li a span{
    padding-left: 20px;
    font: dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif!important;
}
.nav-list .sub-menu .sub-menu li:last-of-type{
    margin-bottom: 40px;
}
.nav-list .sub-menu .sub-menu a{
    padding: 7px 0 7px;
}
.nav-list .sub-menu .sub-menu a span{
    font: 400 16px / 27px dinregular!important;
}

.nav-list .sub-menu li > a:hover,
.nav-list .sub-menu li > a:focus,
.nav-list .sub-menu li.current-menu-item > a,
.nav-list > li > a:hover,
.nav-list > li > a:focus{

	background: transparent;
	color: #f8ac1e;
}

.nav-list li.current-menu-parent > a,
.nav-list li.current-menu-item > a,
.nav-list li.current-menu-parent > span,
.nav-list li.current-menu-item > span{
	color: #f8ac1e;
}
 
.navRight {
	float: right;
}

.top-nav ul > li{
    display: inline-block;
    margin-top: 0;
}
.top-nav ul > li a{
    font: 400 16px / 32px dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    color: #000000;
    border-bottom: none;
    padding-left: 22px;
    line-height: 40px;
}

.top-nav .phone-container {
    display: inline;
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -o-transform: skew(-32deg);
    transform: skew(-32deg);
    background: #e5e5e5;
    display: inline-block;
    margin-left: 22px;
    margin-right: 8px;
}
.phone {
    background-image: url(img/phone2.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px!important;
    height: 25px!important;
    margin-right: 0px!important;
    margin-left: 20px!important;
    margin-top: 7px!important;
    float: left;
    transform: skewX(32deg);
    -o-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    -webkit-transform: skewX(32deg);
}
.phone-container span span {
    margin-left: 6px;
    margin-right: 19px;
    border-bottom: none;
    font: 700 16px dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    letter-spacing: 0.05em;
    color: #000000;
    transform: skewX(32deg);
    -o-transform: skewX(32deg);
    -moz-transform: skewX(32deg);
    -webkit-transform: skewX(32deg);
    display: inline-block;
    line-height: 40px;
}
.phone-container span #phone a {
    margin-left: 1px;
    border-bottom: none;
    font: 700 15px dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 0;
    display: inline-block;
}
.social-container{
	margin-left: auto;
	float: right;
    margin-right: 0;
	position:relative;
	top:-2px;
}

.social-col {
    float: left;
        padding: 1.25em 0.8em;
}
.social-item {
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #253234;
    text-align: center;
	border-bottom: none;
}
.social-item span:before{
	display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.social-fb:before {
    background-image: url(./img/fb.svg);
}
.social-li:before {
    background-image: url(./img/linkedin.svg);
}
.social-item:hover span:before{
    opacity: 0.8;
}
.master_header_sticky .social-col {
    padding: 1.05em 0.8em;
}

.mob-social-fb:before{
	background-image: url(./img/fb.svg);
	display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
}
/*
==================================
BREADCRUMB & page header			
==================================
*/
.page-breadcrumb{
	font-family: dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;v
	font-weight: 700;
}
.page-breadcrumb .breadcrumb{
	margin: 1.5em 0;
    padding: 0;
    list-style: none;
    height: 100%;
    margin-left: auto;
}
.page-breadcrumb .breadcrumb > li {
    position: relative;
    display: inline-block;
    margin: 0;
	font-size: 1em;
}
.page-breadcrumb .breadcrumb li + li::before {
    content: "/";
	    margin: 0 0.5em;
}
.breadcrumb li a{
	border-bottom: none;
   color: #666666;
}
.breadcrumb li a:hover{
	color: #f8ac1e;
}
.breadcrumb li.active{
	color: #222222;
    font-family: dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
}


/*
==================================
PAGE CONTENT	
==================================
*/
#page section:last-of-type{
	margin-bottom: 0;
}
.page-content, .archive-content{
	margin-top: 1em;
}
.page-content.Content-full-width{
	margin-top: 0;
}
/*.page-content .container,
.archive-content .container{
	padding-left: 0;
    padding-right: 0;
}*/
.page-content .reverse-columns,
.archive-content .reverse-columns{
	flex-direction: row-reverse!important;
}
.in-page-header{
	margin: 3em 2em;
}


/*
==================================
GRID			
==================================
*/



.pagination{
	margin-top: 3em;
}
.pagination .nav-links{
	    margin: 0 auto;
}
.pagination .page-numbers, .pagination span{
	font-weight: 600;
	font-size: 0.95em;    
	margin: 0 0.4em;
	border-bottom: none;
}
.pagination .icon-arrow-left::before, .pagination .icon-arrow-right::before{
	border-width: .13rem;
    height: .85em;
    width: .85em;
}
/*
==================================
UNIQUE BLOCKS				
==================================
*/
/* cta */
.section-page-banner{
	margin: 0;
	width: 100%;
    position: relative;
    background-repeat: no-repeat;
	background-size: cover;
}   
.section-page-banner .banner-position{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.section-page-banner .video-background {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.section-page-banner .container{
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.section-page-banner.background-color{
    margin-top: -5em;
}
.section-page-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.section-page-banner.center-columns .column {
    display: flex;
	align-items: center;
}

.section-page-banner .l-box, .section-page-banner .c-box, .section-page-banner .r-box {
    padding: 5em 0;
    width: 45%;
	margin-right: auto;
}
.section-page-banner .c-box{
	margin-left: auto;
	width: 70%;
}
.section-page-banner .r-box {
	margin-left: auto;
	margin-right: 0;
}
.tax-solution_category .section-page-banner .l-box{
    padding: 5em 0 10em;
    width: 50%;
	 margin-right: auto;
}
   
.light .l-box > *,
.light .c-box > *,
.light .r-box > *{
	color: #fff!important;
}

.dark .l-box > *,
.dark .c-box > *,
.dark .r-box > *{
	color: #222222!important;
}

#image-mobile-banner, #mobile-banner{
	display: none;
}

.section-page-banner h1, .section-page-banner h2, .section-page-banner h3, .section-page-banner h4, .section-page-banner h5, .section-page-banner p{
	margin-top: 0;
}
.section-page-banner h1 {
    font: 900 60px / 60px dinblack, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    margin: 0.5em 0;
}
.section-page-banner .area_category {
    position: relative;
    bottom: unset;
    margin-bottom: 7px;
    margin-left: 14px;
}
.wplightbox{
	border-bottom: none;
    margin-top: 2em;
    display: block;
    color: #fefeff!important;
    font-weight: 800;
}
.wplightbox:hover{
	color: #000000!important;
}
.wplightbox:before {
    display: inline-block;
    content: "";
    width: 46px;
    height: 46px;
    vertical-align: middle;
        margin-right: 0.5em;
    /*background: url(img/video-play.svg) no-repeat;*/
    background-size: contain;
}


/*END banner */


/*Archive*/

.archive-content .parentterm .card, .archive-content .preowned_archive .card{
    margin: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.archive-content .parentterm .card .card-image, .archive-content .preowned_archive .card .card-image{
    flex: 1;
}
    
.archive-content .parentterm a .card, .archive-content .preowned_archive a .card {
    border: #fff solid 3px;
          transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.archive-content .parentterm a:hover .card, .archive-content .preowned_archive a:hover .card{
    border: #f8ac1e 3px solid;
}

.archive-content .parentterm a .card .card-footer, .archive-content .preowned_archive a .card .card-footer{
    background-color: #f8ac1e;
    padding:0 2em!important;
    position: absolute;
    height: 75px;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.archive-content .parentterm a .card .card-header, .archive-content .preowned_archive a .card .card-header{
    padding:0 2em!important;
    height: 75px;
}
.archive-content .parentterm a:hover .card-footer, .archive-content .preowned_archive a:hover .card-footer{
    opacity: 1;
    visibility:visible;
}

.archive-content .parentterm a .card .card-footer span, .archive-content .preowned_archive a .card .card-footer span{
    font-family: dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    color: #ffffff;
    line-height: 75px;
}
.archive-content .parentterm a .card .card-header h4, .archive-content .preowned_archive a .card .card-header h4 {
    font: 400 23.88px / 27.863px dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    color: #222222;
    text-transform: none;
    letter-spacing: normal;
 	margin-left: 1.2em;
    text-indent: -1.05em;
}
.archive-content .parentterm a .card .card-header h4:before, .archive-content .preowned_archive a .card .card-header h4:before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(./img/brace-green.svg)center center no-repeat;
    margin-right: 2px;
    margin-bottom: -2px;
    margin-left: 0px;
}
.post-type-archive-hydralada_solution .archive-content  .dust-suppression .card .card-header h4:before {
    background-image: url(./img/brace-blue.svg);
}
.post-type-archive-hydralada_solution .archive-content  .evaporative-cooling .card .card-header h4:before {
    background-image: url(./img/brace-purple.svg);
}
.archive-content .category-grid.parentterm .industrial a .card .card-header h4:before,
.term-industrial .archive-content .parentterm a .card .card-header h4:before {
	background: url(./img/brace-blue.svg)center center no-repeat;
}
.term-viniculture .archive-content .parentterm a .card .card-header h4:before {
	background: url(./img/brace-purple.svg)center center no-repeat;
}
.archive-content .preowned_archive a .card .card-header h4:before{
	background: url(./img/brace.svg)center center no-repeat;
}

.archive-content .card-brand img{
	width: auto;
}

.tax-solution_category.term-building-and-construction h5.active:before {
    background: url(./img/brace-purple.svg)center center no-repeat;
}
.tax-solution_category.term-horticulture h5.active:before {
    background: url(./img/brace-green.svg)center center no-repeat;
}

.archive.post-type-archive-hydralada_solution .area_category.solutions h4 { 
	background:#f8ac1e;
}

/* company page */

.section-company-history{
	margin-bottom: 5em!important;
}
.section-company-history .heading {
    padding: 3em 0;
}

.section-company-history .slider{
	 background-color: #333;
	  width: auto;
}  

.section-company-history .banner .container{
    padding: 0;
}
.section-company-history .slider .slide-content{
	padding: 3.5em;
	min-height: 480px;
}
.section-company-history .slide-content h4{
	font: 700 28px/42px dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
	color: #fff!important;
	text-transform: none;
}
.section-company-history .slider .banner .columns{
	display: flex;
	height: inherit;
}
.section-company-history .slider .banner .col-5{
	flex: 1;
}
.section-company-history .slider .testimonial-image{
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 59.25%;
    /* float: left; */
    height: 100%;
    /* margin-bottom: 0; */
}

.section-company-history .slider h5{
	color: #f8ac1e!important;
}

.section-company-history .slider .testimonial-image img{
    height: 100%;
    width: auto;
	max-width: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.section-company-history .testimonial-image.fill_height img{
   height: 100%;
    width: auto;
}
.section-company-history .testimonial-image.fill_width img{
   height: auto;
    width: 100%;
}

.section-company-history .slick-track
{
    display: flex !important;
}


.section-company-history{
	color: #fff!important;
}
.section-company-history .slick-arrow{
	cursor: pointer;
	width: 71px;
    height: 50px;
	border: none;
	text-indent: -9999px;
	white-space: nowrap; 
}
.section-company-history .slick-arrow:focus{
	outline: none;
}
.section-company-history .slick-prev{
    background: url(./img/left1.png) no-repeat;
    left: -71px!important;
}
.section-company-history .slick-next{
    background: url(./img/right1.png) no-repeat;
    right: -71px!important;
}
.section-company-history .slick-prev:hover {
    background: url(./img/left-hover.png) no-repeat;
}
.section-company-history .slick-next:hover{
	background: url(./img/right-hover.png) no-repeat;
}
.section-company-history .slick-dots{
    position: absolute;
    left: 0;
    bottom: -57px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
	background-color: transparent;
}
.section-company-history .slick-dots li{
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap;
    border: 0;
    width: 9.8%;
    margin-left: 0;
    margin-right: 0.2%!important;
    background-color: transparent;
	display: none;
}
.section-company-history .slick-dots li:nth-child(5n + 1){
    display:inline-block;
}
.section-company-history .slick-dots li button{
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    font-weight: 500;
	font-size: 1.1em;
	line-height: 40px;
    color: #333!important;
    text-align: left;
    outline: none;
    position: relative;
	background: transparent!important;
	border-bottom: #e5e5e5 3px solid;
	font: 500 18px / 50px dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
}
.section-company-history .slick-dots li.slick-active button{
	font-family: dinBold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    color: #f8ac1e!important;
	border-bottom: #f8ac1e 3px solid;
}

.section-team .heading, .section-careers .heading{
       border-top: 1px solid #ebebeb;
    padding-top: 3em;
    margin-top: 5em;
}
.section-careers {
	margin-bottom: 3em!important;
}
.section-team  .grid {
	/*margin-left: -30px;
    margin-right: -30px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-team  .grid .column {
	
    flex: 0 1 31.5%;
}

.section-team  .grid.part-column {
       width: 32%;
    display: inline-flex;
    margin-left: -10px;
    margin-right: 35px;
    overflow: hidden;
}
.section-team  .grid.part-column .column{
    width: 100%;
    flex: 1;
}

.section-team  .grid.part-column h5.active {
    text-indent: -1em;
}
.section-team .card{
	border: none;
}
.section-team .card .card-body, .section-team .card .card-footer, .section-team .card .card-header {
    padding-left:0;
    padding-right: 0;
}
.section-team  .grid.part-column .card{
    margin-right: 10px;
}
.section-team .card .card-image {
    padding-bottom: 56%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-team .card-header{
    padding-top: 2.3em;
}
.section-team .card-header h4{
    font: 700 28px / 26px dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    margin-bottom: 3px;
    text-transform: none;
}
.section-team .card-body{
    padding: 0;
}
.section-team .card-body p{
    margin-bottom: 26px;
}
.section-team .card-header h6{
   font: 500 16px / 26px dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    color: #666666;
}
.section-team .card-footer a{
  color: #000022;
}


.section-careers .c-box{
	padding:0 20%;
}
.page-template .section-page-banner .l-box{
    padding: 7em 0;
    width: 50%;
    margin-right: auto;
}

.page-template-company .section-half-block {
    margin: 5em 0;
}

.page-template-company .page-breadcrumb.breadcrumb_sticky {
    position: fixed;
    top: 50px;
    z-index: 99;
	background:white;
	    width: 100%;
}
.page-template-company .breadcrumb li.active a {
    color: #f8ac1e;
}

.page-template-company .page-breadcrumb.inpage-nav-company .breadcrumb li + li::before {
    content: "   "
}
/* END company page */
.section-short-footer {
    background-image: url(./img/solution-feature-images-block_headingbg@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 320px;
    background-color: #e8e8e8;
}
.section-short-footer.invert {
	background-image:url(/wp-content/uploads/2020/04/dark-solution-feature-images-block_headingbg@2x.png);
}
.section-short-footer.invert .message-container h2{
	color:white;
}
.section-short-footer.invert .message-container a{
	color:#f8ac1e;
}
.section-short-footer.invert .message-container a:hover{
	color:white;
}

.section-short-footer .phone-container, .section-short-footer .message-container{
	    padding: 7em 7em 7em 0;
}
.section-short-footer .phone-container{
	padding-right: 0;
	    margin-top: 0.8em;
}
.section-short-footer .phone-content{
    display: flex;
    flex-direction: column
}
.section-short-footer .phone-content span{
    font: 500 0.85em / 1.5em dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
}
.section-short-footer .phone-container .phone{
    background-image: url(./img/callus.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 47px!important;
    height: 47px!important;
    margin-right: 14px!important;
    margin-left: 0!important;
    margin-top: -11px!important;
    float: left;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}
.section-short-footer .phonenumber, .section-short-footer .message-container h2, .section-short-footer .message-container .cta_button {
    font-family: dinbold, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 3em;
    margin-bottom: 0.4em;
    border-bottom: none;
}

.section-short-footer .message-container .cta_button {
	font-size: 1.2em;
} 


/*
==================================
FOOTER		
==================================
*/
.footer{

}
.footer > .container{

}

.footer .column .l-box, .footer .column .r-box {
     padding: 1.9em 0;
	margin: 0;
}
.footer .column .r-box {
	margin-left: auto;
}
.footer h6, .footer p{
    font-size: 14px;
}
.footer p{
	color: #777777;
	font-size: 1em;
	margin-bottom: 0;
}
.footer ul{
	margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    margin-left: auto;
}
.footer ul > li {
    position: relative;
    display: inline-block;
    margin: 0;
	font-size: 0.9em;
	color: #111111;
}
.footer ul li + li::before {
    content: "|";
	margin: 0 2em;
}
.footer a{
	color: #f8ac1e;
	border-bottom: transparent;
}
.footer a:hover{
	color: #f8ac1e;
	border-bottom: 1px solid #f8ac1e;
}
.footer .no_link a{
	cursor: default;
	color:#111111!important;
}


 /* html.sr .fade {
    visibility: hidden; 
}  */
/*
==================================
BROWSER SPECIFIC			
==================================
*/


/*
==================================
KŌKAKO OVERRIDES
==================================
*/
.hdb {
  display: inline-block;
}
.hdb:hover .hdb-content h6 {
  background-color: #1e252c;
}
.hdb:hover .hdb-content h6 span {
  color: #f8ac1e;
}
.hdb .hdb-content {
  background: #f8ac1e;
  overflow: hidden;
  display: inline-block;
}
.hdb .hdb-content h6 {
  font-family: "dinregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  background-color: #e5e5e5;
  transform: skew(-24deg);
  padding: 0 42px 0 34px;
  line-height: 3.4em;
  margin-top: 0;
  margin-bottom: -1px;
  margin-left: 30px;
  text-align: left;
  width: 100%;
  transition: all 0.3s linear;
}
.hdb .hdb-content h6 span {
  display: inline-block;
  transform: skew(24deg);
  color: #1e252c;
  margin-top: 0.25em;
  transition: all 0.3s linear;
}


.video-cta-content{
	background: transparent;
	overflow: visible;
}

.video-cta:hover .video-cta-content{
    background: transparent;
}

.video-cta-content:before {
	content: "";
    display: inline-block;
    background-size: contain;  
    background: url(img/play-video.svg) no-repeat;
    width: 40px;
    height: 40px;
    margin: 0;
	float:left;
    position: relative;
    bottom: -14px;
    left: -5px;
    filter: saturate(0) brightness(100);
    transition:none;
}

.video-cta:hover .video-cta-content:before {
    filter: saturate(100%) brightness(1);
}
.video-cta-content h6{
    font-size: 20px;
	background: transparent;
    line-height: 25px;
	padding: 21px 24px 18px 0;
    transform:none;
    text-transform: capitalize;
    letter-spacing: normal;
    border-bottom: none; 
    padding: 24px 24px 18px 0;
    margin-left: 40px;
}


 .video-cta h6 span {
    display: inline-block;
    transform:none;
	transition: none;
    color: white;
}

.dark .video-cta h6 span {
  color:#333;
}

.dark .video-cta:hover h6 span{
	color:#f7ab34;
}

.dark .video-cta-content:before {	
    filter: saturate(100%) brightness(0);
}
.dark .video-cta:hover .video-cta-content:before{
    filter: saturate(100%) brightness(1);
}
 .video-cta:hover h6 {
	background:none;
}
.video-cta:hover h6 span{
    display: inline-block;
    transform:none;
    color: #f7ab34!important;
}

.card .card-image img {
	display:block;
}

.archive-content .parentterm a .card .card-header, .archive-content .preowned_archive a .card .card-header {
    height: 75px;
    padding-top: 10px!important;
}

.no_results {
	text-align:center;
	padding:2.8em 0 3em 0;
}

.no_results h4,
.section-careers h4 {
    font: 400 20px / 26px dinregular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    text-transform: none;
}

.no_results a,
.section-careers a {
	color:black;
	font-weight:bold;
}

.no_results a:hover,
.section-careers a:hover{
	color:#f8ac1e;
}
#menu-main > .current-menu-ancestor > a {
    color: #f8ac1e;
}
h6.view_product {
    padding-top: 20px;
}
	.cta-box {
    	padding-bottom: 50.709%;
	}	
.card.card-cta .cta-box .action .action-content h6 {
	background:none;
}
i.phoneCountry {
    font-style: normal;
    color: #aaa;
    margin-right: 2px;
    margin-left: 5px;
}
@media screen and max-width(600px) {
	.cta-box {
    	padding-bottom: 83.54%;
	}
}
@media screen and max-width(960px) {
	.cta-box {
    	padding-bottom: 78.2095%;
	}	
}
@media screen and max-width(1280px) {
	.cta-box {
    	padding-bottom: 59.709%;
	}	
} 
#wpadminbar {
	bottom:0;
	top:auto;
}
.background-video.Light h2 {
    color: white;
}

@media (min-width:1200px) {
 .page-template-company .section-page-banner {
     background-position-y: -310px;
 }
}
.footer-credit ul > li {
    color: #3c3c3c;
}

.footer a {
    color: black;
    border-bottom: transparent;
}

/** 
 *  WP Blocks
 */
.wp-block-columns {
	margin-bottom:25px;
	margin-top:25px;
}
.error404 .overlay {
    background: rgba(0,0,0,.5)!important;
}

.error404 .l-box a {
    color: #fcb713!important;
}

.menu-item-object-hydralada_product {
    padding-top: 30px;
}

#cta_block-block_5cfd8ed4e13bb {
	margin-bottom:0px;
}

.hs-cta-node > a {
    border: none;
}

.card.bg-gray {
    height: 100%!important;
}

.columns.grid.product-grid {
    margin-bottom: 40px!important;
}

body:not([class*="hydralada_solution"])  .area_category:not([class*='sub']),
body:not([class*="hydralada_solution"])  .breadcrumb li:nth-child(2) {
    display:none;
}
ol.with_letters {
    list-style:lower-alpha;
    margin-left:40px
}