/*
Theme Name: Panton Plumbing website
Author: D2
Author URI: http://www.d2.co.nz
Description: Based on D2 Spectre
Version: 4.1.1

==================================
BASE							   
==================================
*/
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
	color: #939fad;
    background-color: #fff;
}
.container{
    max-width: 1366px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid{
    width: 100%!important;
    max-width: 1920px!important;
    margin: 0 auto;
}

.nopadd-top {
    padding-top: 0!important;
}
.nopadd-bottom {
    padding-bottom: 0!important;
}
.nopadd{
	padding-top: 0!important;
	padding-bottom: 0!important;
}



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

.text-primary {
	color: #000000!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							   
==================================
*/
.header{
    transition: height 0.3s;
}
.sticky-header .header,  .sticky-header-overlay .header{
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
	width: 100%;
	border-bottom: 0;
	z-index: 999;
    height: 100px;
    
}
.sticky-header-overlay .header{
	background-color: transparent;
}
.sticky-header.header_sticky .header, .sticky-header-overlay.header_sticky .header{
	position: fixed;
	background-color: #fff;
	 height: 72px;
}
#menu-top{
  margin: 0;
}

.header, .header .container, .header .container .columns{
	height: 110px;
}

.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: 71px;
	background-color: #fff;
}
.header:after{
	clear: both;
}

/*
==================================
PAGE STRUCTURE							   
==================================
*/
#page {
	width: 100%;
    padding-top: 0;
    padding-bottom: 0;
	max-width: 2493px;
    margin: 0 auto;
}
.sticky-header #page {
	padding-top: 100px
}
#footer {
	padding-top: 0;
    height: 95px;
}

.banner > .container{
	width: 100%;
}
#page .row-block .column{

}

.column .l-box,
.column .r-box,
.column .c-box{
	text-align: left;
	width: 50%;
}
.column .l-box{
    padding: 0;
	margin-right: 0;
}

.column .r-box{
	text-align: right;
	margin-left: 0;
}
.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							   
==================================
*/

#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: #05c8e0;
	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;
}


/*
==================================
FONT + TABLES							   
==================================
*/

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



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

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

strong{
	font-weight: 600;
}

/*
==================================
DEFAULTS 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. */
    }
/*
==================================
NAV							   
==================================
*/

.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: 90px;
    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.3s;
	width: auto;
    height: 80px;
}
.header_sticky .logo img {
    max-height: 50px;
}
.column .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 60px;
    margin-left: auto;
}

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

.nav-list li > a, .nav-list li > span {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    color: #1c4f79;
    transition: unset;
    border-bottom: 4px solid transparent;
    font-size: 1em;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 2em;
	-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.nav-list li > a, .nav-list li > span{
    font-style: normal;
    padding: 17px 0 27px;
}

.nav-list li.phone a span{
    display: inline-block;
    background: #05c8e0;
    border-radius: 2rem;
    color: #fff;
    cursor: pointer;
  outline: none;
  padding: 5px 20px 4px;
}


.nav-list li.phone span::before{
    content: "\2706  ";
    font-size: 1.3rem;
    vertical-align: middle;
}

.nav-list li.phone > a{
    margin: 0px;
}

.header_sticky .nav-list li > a, .header_sticky .nav-list li > span {
    padding: 17px 0 12px;
}

.header .nav-list li > span {
    cursor: pointer;
}

.nav-list li.show-mobile{
    display: none;
}
.nav-list li:hover a,
.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: #05c8e0 !important;
    border-bottom: 4px solid #05c8e0 !important;
}

.nav-list li.phone a:hover span{
    color: #1c4f79 !important;
}

.nav-list li.phone a:hover,
.nav-list > li.phone > a:focus,
.nav-list > li.phone > a:hover, 
.nav-list > li.phone > a:active,
.nav-list > li.phone > em:focus,
.nav-list > li.phone > em:hover, 
.nav-list > li.phone > em:active{
 border-bottom: 4px solid transparent !important;
    color: #1c4f79 !important;
}

.nav-list li .sub-menu li a {
	border-bottom: transparent;
}
.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{
	 color: #05c8e0;
    border-bottom: 4px solid #05c8e0;
}

.nav-list .sub-menu {
	margin: 0;
    position: absolute;
    z-index: 11;
    background-color: #e5e5e5;
    left: 0;
    top: 100px;
    min-width: 100%;
    list-style: none;
    -webkit-padding-start: 0;
}
.header_sticky .nav-list .sub-menu {
	 top: 72px;
}
.nav-list .sub-menu {
    min-width: 200px;
    left: auto;
}
.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 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;
}
.nav-list .sub-menu li:first-of-type{
	margin-top: 20px;
}
.nav-list .sub-menu li:last-of-type{
	margin-bottom: 20px;
}
.nav-list .sub-menu li > a{
	display: block;
	padding: 0;
}
.nav-list .sub-menu li > a span{
    padding-left: 0;
}
.nav-list > .sub-menu {
    padding-top: 40px;
}

.nav-list > li > a:hover,
.nav-list > li > a:focus{
	background: transparent;
	color: inherit;
}
.nav-list .sub-menu li a:hover span{
	border-bottom: 1px solid #000;
}
.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: inherit;
}

.navRight {
	float: right;
}

.top-nav ul > li{
    display: inline-block;
    margin-top: 0;
}
.top-nav ul > li a{
    line-height: 40px;
}

.top-nav .phone-container {
    display: inline;
}

/**Sidebar menu**/
.sidebar-list, .sidebar-list ul{
    list-style: none none;
}

.sidebar-list{
    margin: 40px 0;
    padding: 0;
}


.sidebar-list li a{
    text-decoration: none;
    border-bottom: none;
    padding: 5px 8px;
    margin-bottom: 15px;
    color: #1c4f79;
    font-weight: bold;
}
  
.sidebar-list ul > li a{
    font-weight: normal;
}

.sidebar-list a:focus,
.sidebar-list a:hover, 
.sidebar-list a:active,
.sidebar-list li.current_page_item > a{
    color: #05c8e0;
    background: #f2ede5;
}

.sidebar-list li a:hover li a{
    color: #1c4f79;
}

.sidebar-list .sub-menu li > a:focus,
.sidebar-list .sub-menu li > a:hover, 
.sidebar-list .sub-menu li > a:active,
.sidebar-list .sub-menu li.current_page_item > a{
    color: #05c8e0;
}
  

/*
==================================
BREADCRUMB & page header			
==================================
*/
.page-breadcrumb{
	font-family: dinregular;
	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;
}


/*
==================================
PAGE CONTENT	
==================================
*/
#page section:last-of-type{
	margin-bottom: 0;
}

.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 h1, h1.big{
	font-size: 2.8em;
    margin-bottom: .2em;
} 
.section-page-banner{
	margin: 0;
	width: 100%;
    position: relative;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 50%;
    background-color: #f4f5f7;
}   
.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: 4em 0;
    width: 100%;
	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;
}

.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*/


/*
==================================
FOOTER		
==================================
*/
.footer-widget, .footer-widget ul, .expertwidgets, .expertwidgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    color: #33343b!important;
}
.expertwidgets{
background-color: #1c4f7a;
}
.expertwidgets .content-box{
	padding: 125px 0;
	
	}
	
.expertwidgets .content-box .widget-title-expert, .expertwidgets .content-box p,
.expertwidgets .content-box a{
color: #fff!important;
}
.expert-widget{
    display: flex;
    }
.expert-widget li{
    width: 50%;
    display: flex;
    flex-direction: column;
    
    justify-content: center;
}
.expert-widget li:last-of-type{
	align-items: center;
}
.footer-widget p, .footer-widget a{

}
.footer-widget .menu {
    background: transparent;
    border-radius: unset;
    box-shadow: none;
    list-style: none;
    margin: 0;
    min-width: 180px;
    padding: .4rem;
    transform:none;
}
.footer-widget .menu .menu-item > a {
    border-radius: unset;
    color: inherit;
      display: inline-block;
    margin: 0 -.4rem;
    padding: 0 .4rem;
    text-decoration: none;
    border: none;
}

.menu .menu-item > a:focus, .menu .menu-item > a:hover {
    background: #f2ede5;
    color: #05c8e0;
}
.footerwidgets .columns .l-box {
    padding: 75px 40px 75px;
    width: 100%;
}

.footer{
	padding: 30px 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;
}
.footer ul li + li::before {
    content: "|";
	margin: 0 2em;
}
.footer a{
	border-bottom: transparent;
}
.footer a:hover{
	border-bottom: 1px solid #000;
}
.footer .no_link a{
	cursor: default;
	color:#111111!important;
}



@media print, screen and (min-width: 768px){
	.row-block {
    	padding: 50px 0;
	}
}

@media screen and (max-width: 767px){
	.row-block {
    	padding: 50px 0;
	}
    .expert-widget, .expert-widget li{
        display: block !important;
        width: 100% !important;
        text-align: center;
    }
    .expert-widget li .btn{
        margin: 15px 0;
    }
    
    .footerwidgets .columns .l-box{
        padding: 25px 0;
    }
    
    .expertwidgets .content-box{
        padding: 50px 0px;
    }
    
}

@media screen and (min-width: 1024px){
	.row-block{
		padding: 50px 0;
	} 
}


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



