body .container {
max-width: 1240px;
}
html {
overscroll-behavior: unset !important;
}
body {
font-family: 'Poppins';
margin: 0 !important;
overscroll-behavior: unset !important;
scroll-behavior: smooth !important;
}
p {
text-align: justify !important;
}
* {
outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Philosopher';
} #collapseSearch {
position: absolute;
top: -17px;
z-index: 999;
max-width: 93%;
width: 100%;
}
#collapseSearch label {
width: 85%;
}
#collapseSearch.show .card {
padding: 15px;
border: none;
box-shadow: 2px 1px 5px 3px #eee;
}
#collapseSearch .search-submit {
background: #073A45;
border: 1px solid #073A45;
color: #fff !important;
font-size: 17px;
border-radius: 10px;
padding: 15px 22px;
transition: all ease 0.4s;
}
#collapseSearch .search-submit:hover {
color: #073A45!important;
background: #fff;
}
#collapseSearch label input {
width: 98%;
padding: 10px;
color: #000;
border: 1px solid #000;
border-radius: 10px;
}
#site-header {
background: #ffffff;
z-index: 9999;
position: fixed;
top: 0;
width: 100%;
transition: all ease 0.4s;
}
#site-header.sticky-active {
height: auto !important;
}
#site-header.nav-up {
top: 0;
}
#site-header.nav-down {
top: 0px;
}
#site-header.nav-down .logo img,
#site-header.nav-up .logo img {
max-width: 120px;
}
.logo-link img {
transition: 0.5s ease all;
}
#site-header.nav-down .hamburgers {
top: -35px;
}
#site-header.sticky-active .logo img {
max-width: 120px;
}
.navigation {
font-family: 'Philosopher';
position: relative;
}
.menu-row {
align-items: center;
padding: 15px 0;
}
.navigation ul li a {
text-decoration: none;
color: #000000 !important;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
margin-right: 20px;
position: relative;
}
.navigation ul li:last-child a {
margin-right: 0px;
}
.navigation .header-menu-search {
margin-left: 20px;
}
.navigation nav ul li a:after {
width: 0;
content: '';
height: 2px;
position: absolute;
background: #286583;
top: 32px;
z-index: 1;
left: 0;
}
.navigation nav ul li a:hover:after {
width: 100%;
transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1)
}
.navigation nav ul li a:before {
width: 0;
content: '';
height: 2px;
position: absolute;
background: #286583;
top: 27px;
z-index: 1;
left: 0;
}
.navigation nav ul li a:hover:before {
width: 100%;
max-width: 50%;
transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1)
}
.navigation nav ul li.current-menu-item a:before {
width: 100%;
max-width: 50%;
}
.navigation nav ul li.current-menu-item a:after {
width: 100%;
}
.hamburgers {
width: 30px;
height: 25px;
position: absolute;
top: -70px;
right: 0px;
border: none;
padding: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.hamburgers:active,
.hamburgers:focus {
box-shadow: none;
outline: 0;
border: none;
-moz-outline-style: none;
}
.hamburgers span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #286583;
opacity: 1;
left: 0;
outline: none !important;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.site-header.inner .hamburgers span {
background: #286583;
}
.hamburgers span:nth-child(1) {
top: 0px;
}
.hamburgers span:nth-child(2),
.hamburgers span:nth-child(3) {
top: 10px;
}
.hamburgers span:nth-child(4) {
top: 20px;
}
.hamburgers[aria-expanded="true"] span:nth-child(1) {
top: 10px;
width: 0%;
left: 50%;
}
.hamburgers[aria-expanded="true"] span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburgers[aria-expanded="true"] span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hamburgers[aria-expanded="true"] span:nth-child(4) {
top: 10px;
width: 0%;
left: 50%;
}
@media (min-width: 768px) {
.site-header #navigation-main li:hover>ul.sub-menu {
display: block;
top: 30px;
opacity: 1;
z-index: 9999;
}
.site-header.home .navigation ul li:last-child,
.site-header.inner .navigation ul li:last-child {
padding-right: 0;
}
.site-header.sticky {
position: fixed;
width: 100%;
z-index: 9999;
background: #181D24;
}
.site-header.sticky .navigation .top_nav_links {
display: none;
}
@keyframes slide-down {
0% {
opacity: 0;
transform: translateY(-110%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.site-header.inner .navigation ul li a.active,
.site-header.inner .navigation ul li a:active,
.site-header.inner .navigation ul li a:hover { transition: all 0.3s ease-in-out;
}
ul.sub-menu {
background: transparent;
position: absolute;
left: auto;
top: 50px;
padding-left: 0;
list-style: none;
min-width: 200px;
min-height: 80px;
opacity: 0;
transition: all 0.3s ease-in-out;
cursor: pointer;
margin: 0;
visibility: hidden;
}
.site-header ul.sub-menu>.sub-menu-wrap {
background: #FD6020;
box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.07);
margin-top: 20px;
}
.site-header.sticky ul.sub-menu>.sub-menu-wrap {
margin-top: 22px;
}
#navigation-main li:hover {
overflow: visible;
}
.site-header #navigation-main li:hover>ul.sub-menu {
display: block;
top: 60px;
opacity: 1;
visibility: visible;
}
.site-header.sticky #navigation-main li:hover>ul.sub-menu {
display: block;
top: 38px;
opacity: 1;
}
.site-header.sticky .logo-link img {
max-width: 30%;
margin-left: 20px;
} .navigation #navigation-main ul.sub-menu>.sub-menu-wrap>li {
width: 100%;
padding: 3px 15px;
margin: 0px;
}
.navigation #navigation-main ul.sub-menu>.sub-menu-wrap>li:hover {
background: rgb(0 183 255 / .1);
}
.navigation #navigation-main ul.sub-menu li a {
padding: 10px 0;
display: inline-block;
text-align: left;
font-size: 13px;
text-transform: unset;
}
}
@media (max-width: 767px) {
.site-header .row {
padding: 15px 0px;
}
.navigation nav ul li {
padding: 15px 0px 15px 0px;
margin: 0;
text-align: center;
}
.navigation nav ul li#menu-item-81 {
border-bottom: none;
}
#navigation-main {
margin: 15px 0 0 0;
background-color: #ffffff;
}
#main-navigation {
text-align: center;
border: 1px solid #eee;
padding-bottom: 0px;
margin-top: 10px;
}
.navbar.navbar-expand-md {
padding: 0%;
}
.sub-menu {
list-style: none;
padding: 0 0px 0px 10px;
margin: 0;
}
.navigation nav ul li .sub-menu a {
font-size: 13px;
}
.navigation .header-menu-search {
margin-left: 0;
display: none;
}
}
@media (max-width: 992px) {
.navigation ul li a {
font-size: 14px;
margin-right: 10px;
}
}
.inner-banner {
border-bottom-left-radius: 45% 123px !important;
border-bottom-right-radius: 62% 148px !important;
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: -5px;
left: 0;
background-color: #073A45;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
height: 500px;
z-index: 99;
}
.page-id-77 .inner-banner {
border-bottom-left-radius: 45% 123px !important;
border-bottom-right-radius: 70% 110px !important;
width: 100%;
height: 500px;
}
.page-id-77 .inner-banner-section {
position: relative;
padding-bottom: 160px;
}
.inner-banner-wrapper {
width: 100%;
padding-bottom: 50px;
overflow: hidden;
position: relative;
}
.round-overlay {
border-bottom-left-radius: 52% 270px !important;
border-bottom-right-radius: 52% 270px !important;
overflow: hidden;
width: 160%;
margin-bottom: -50px;
left: -30%;
background-color: #073A45;
height: 508px;
top: 0;
position: absolute;
transform: translate(-6%, 10px);
}
.inner-banner-section {
position: relative;
padding-bottom: 200px;
}
.inner-banner-section svg {
position: absolute;
bottom: 10px;
left: -60px;
z-index: -1;
max-width: 100%;
}  .before-footer-section .row {
align-items: center;
}
.lines-graph-wrapper-inner {
max-height: 630px;
overflow: hidden;
}
.call-to-action-content h2 {
font-size: 100px;
line-height: 100px;
font-weight: 700;
color: #073A45;
}
.call-to-action-content h2 span {
color: #276582;
}
.call-to-action-content p {
margin-bottom: 0px;
font-weight: 300;
font-size: 20px;
}
.our-values-intro-wrapper p {
font-size: 20px;
}
.footer-links-wrapper p {
font-size: 20px;
}
.call-to-action-content a {
color: #276582 !important;
text-decoration: none;
font-size: 70px;
font-family: 'Philosopher';
font-weight: 700;
transition: all ease 0.4s;
}
.call-to-action-content a:hover {
color: #073A45 !important;
}
.call-to-action-content {
max-width: 504px;
margin: 30px auto;
}
footer {
position: relative;
background: #073A45;
color: #fff;
}
.footer-content-wrapper {
padding: 100px 0;
position: relative;
align-items: center;
}
.scroll-to-top {
width: 74px;
height: 74px;
background: #276582;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
position: absolute;
right: 10px;
top: 0px;
transform: translateY(-50%);
cursor: pointer;
font-size: 12px;
font-family: 'Philosopher';
font-weight: 700;
}
.scroll-to-top img {
width: 9px;
height: 31px;
margin: 0 auto;
transition: all ease 0.4s;
}
.scroll-to-top:hover img {
height: 25px;
}
.footer-heading-wrapper h2 {
font-size: 58px;
line-height: 58px;
font-weight: 700;
max-width: 400px;
}
.footer-heading-wrapper a {
font-size: 17px;
font-family: 'Philosopher';
font-weight: 700;
color: #fff;
text-decoration: none;
text-transform: uppercase;
position: relative;
width: 128px;
margin-top: 15px;
display: block;
}
.footer-heading-wrapper a:hover::after {
margin-right: -10px;
}
.footer-heading-wrapper a:after {
content: '';
background-image: url(//westnettax.co.nz/wp-content/uploads/2023/02/right-arrow1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: block;
width: 39px;
height: 11px;
position: absolute;
right: -14px;
transition: all ease 0.4s;
}
.footer-links-wrapper {
text-align: right;
}
.footer-links-wrapper h5 {
font-size: 25px;
font-weight: 700;
text-transform: uppercase;
}
.xero_partner img {
width: 300px;
}
.footer-links-wrapper ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: end;
}
.footer-links-wrapper ul li:first-child {
margin-right: 20px;
}
.footer-links-wrapper-inner {
max-width: 360px;
margin: auto 0 auto auto;
}
.footer-links-wrapper-inner p {
text-align: unset !important;
}
.copyright-menu-inner {
display: flex;
flex-direction: row;
font-size: 15px;
font-weight: 300;
}
.copyright-menu-inner p {
margin-bottom: 0px;
}
.copyright_wrapper {
justify-content: center;
padding: 35px 0px;
border-top: 1px solid #ffffff;
}
.copyright-menu-inner #navigation-footer {
margin: 0;
flex-direction: row;
}
.copyright-menu-inner #navigation-footer a {
color: #ffffff !important;
text-decoration: none;
position: relative;
margin-left: 12px;
}
.copyright-menu-inner #navigation-footer a:before {
content: '';
display: block;
height: 15px;
width: 1px;
background-color: #ffffff;
position: absolute;
left: -6px;
top: 50%;
transform: translateY(-50%);
}
.kiwi-logo-wrapper {
text-align: right;
}
@media (max-width: 992px) {
.call-to-action-content h2 {
font-size: 73px;
line-height: 80px;
}
.lines-graph-wrapper-inner {
max-height: 410px;
}
.call-to-action-content a {
font-size: 50px;
}
}
@media (max-width: 767px) {
.lines-graph-wrapper {
display: none;
}
.copyright-menu-inner {
margin-bottom: 30px;
justify-content: center;
text-align: center;
font-size: 12px;
}
.kiwi-logo-wrapper {
text-align: center;
}
}
@media (max-width: 576px) {
.footer-heading-wrapper {
max-width: 400px;
margin: 0 auto 40px auto;
}
.footer-links-wrapper-inner {
margin: 0 auto;
text-align: left;
max-width: 400px;
}
.footer-links-wrapper ul {
justify-content: left;
}
.call-to-action-content h2 {
font-size: 56px;
line-height: 60px;
}
.footer-heading-wrapper h2 {
font-size: 46px;
line-height: 50px;
}
.call-to-action-content a {
font-size: 42px;
}
.copyright-menu-inner {
flex-direction: column;
align-items: center;
}
.copyright-menu-inner #navigation-footer li:first-child a:before {
display: none;
}
.copyright-menu-inner p {
margin-bottom: 5px;
}
.footer-content-wrapper {
padding: 70px 0;
}
} .contact-form-wrapper {
max-width: 1050px;
margin: 0 auto;
padding: 50px 0px;
} #gform_wrapper_1 .gfield {
margin-bottom: 6px;
}
#gform_wrapper_1 input {
height: 72px;
}
#gform_wrapper_1 textarea {
height: 208px;
}
#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
padding: 20px;
font-family: 'Philosopher';
background: #fff;
border: 1px solid #bcbcbc;
border-radius: 25px;
box-shadow: 0px 0px 15px rgb(0 0 0 / 22%);
font-size: 18px;
color: #000;
}
#gform_wrapper_1 input::-webkit-input-placeholder,
#gform_wrapper_1 textarea::-webkit-input-placeholder,
#gform_wrapper_1 select::-webkit-input-placeholder { color: #000;
}
#gform_wrapper_1 input::-ms-input-placeholder,
#gform_wrapper_1 textarea::-ms-input-placeholder,
#gform_wrapper_1 select:-ms-input-placeholder { color: #000;
}
#gform_wrapper_1 input::placeholder,
#gform_wrapper_1 textarea::placeholder,
#gform_wrapper_1 select::placeholder {
color: #000;
}
#gform_wrapper_1 input#gform_submit_button_1 {
background: #073A45;
border: 1px solid #073A45;
color: #fff !important;
font-size: 20px;
width: 100%;
max-width: 200px;
margin: 0 auto;
transition: all ease 0.4s;
}
#gform_wrapper_1 input#gform_submit_button_1:hover {
background: transparent;
color: #073A45!important;
}
.xero_partner img {
max-width: 150px;
margin-right: 1rem;
}
.gform_footer {
position: relative;
}
#gform_ajax_spinner_1 {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#gform_wrapper_1 select {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//westnettax.co.nz/wp-content/uploads/2022/09/arrow-down-sign.svg);
background-position: 96% center;
background-repeat: no-repeat;
}
#gform_confirmation_message_1 {
font-family: 'Philosopher';
color: #073A45;
text-align: center;
padding: 30px 0px;
font-size: 30px;
}
.contact-blurb-wrapper a {
display: flex;
text-decoration: none;
color: #000;
padding: 25px 0px;
}
.contact-blurb-wrapper h5 {
margin-bottom: 0;
font-size: 25px;
font-weight: 400;
}
.contact-blurb-wrapper a img {
margin-right: 20px;
}
.contact-blurb-wrapper a span {
display: block;
color: #276582;
font-family: 'Philosopher';
margin-bottom: 10px;
}
.contact-blurb-container {
padding: 40px 0px;
}
.form-section {
position: relative;
}
.form-section .graph-bg {
position: absolute;
right: 0;
top: -15%;
z-index: -1;
}
.contact-details-wrapper {
display: flex;
align-items: center;
background-color: #073A45;
color: #ffffff;
}
.contact-details-wrapper-inner {
max-width: 340px;
margin: 0 auto;
text-align: center;
padding: 40px 0px;
}
.contact-details-wrapper-inner .contact-details-blurb:first-child {
margin-bottom: 40px;
}
.contact-details-blurb p {
font-size: 20px;
font-weight: 300;
margin-bottom: 0px;
}
.contact-details-blurb h3 {
font-size: 51px;
margin-top: 20px;
margin-bottom: 20px;
}
.contact-details-blurb ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
align-items: flex-end;
font-size: 17px;
}
.contact-details-section iframe {
display: block;
}
.owl-thumbs {
display: flex;
align-items: center;
}
.slide_img img {
height: 600px;
border-radius: 25px;
object-fit: cover;
}  .faqs_wrapper .accordion-item {
border: 1px solid #276582;
border-radius: 25px;
margin-bottom: 10px;
background-color: #276582;
transition: all ease 0.4s;
}
.faqs_wrapper .accordion-item.accordion-item-open {
background-color: #fff;
}
.faqs_wrapper .accordion-item.accordion-item-open .accordion-button {
color: #276582;
}
.faqs_wrapper .accordion-button {
font-size: 28px;
color: #fff;
background: transparent;
border: none;
box-shadow: none;
padding: 23px;
}
.faqs_wrapper .accordion-button::after {
background-image: none !important;
border: none;
content: url(//westnettax.co.nz/wp-content/uploads/2022/11/plus-icon.svg);
transform: none !important;
width: auto;
height: auto;
padding-left: 5px;
}
.faqs_wrapper button[aria-expanded="true"]::after {
transform: none !important;
content: url(//westnettax.co.nz/wp-content/uploads/2022/11/minus-icon.svg);
background-image: none !important;
}
.faqs_wrapper .row,
.resources-intro-wrapper {
padding: 70px 0%;
}
.accoedion_row {
padding-top: 0 !important;
}
.faqs_wrapper h1 {
font-size: 35px;
color: #276582;
}
.faqs_wrapper_col p {
font-size: 20px;
font-family: 'Poppins';
font-weight: 300;
}
.faqs_wrapper .accordion-body {
font-size: 20px;
font-weight: 300;
}  .resources-intro-wrapper h2 {
font-size: 51px;
color: #276582;
}
.resources-list {
padding-top: 50px;
padding-bottom: 10px;
}
.resources-list h4:first-child {
border-top: 1px solid #707070;
}
.resources-list h4 {
font-size: 28px;
color: #000;
margin-bottom: 0;
padding: 18px 0px;
border-bottom: 1px solid #707070;
position: relative;
}
.resources-list h4 span {
font-size: 20px;
display: block;
margin-top: 8px;
width: 80%;
font-family: 'Poppins' !important;
font-weight: 400;
color: #212529;
}
.resources-list h4 a {
font-size: 17px;
font-weight: 600;
color: #fff !important;
background: #073A45;
border: 1px solid #073A45;
text-decoration: none;
text-transform: uppercase;
padding: 10px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
margin-left: 15px;
width: 172px;
height: 49px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 25px;
transition: all ease 0.4s;
}
.resources-list h4 a:hover {
background: #fff;
color: #073A45 !important;
}
.resources-list h4 a img {
width: 21px;
height: 21px;
margin-right: 10px;
}
.resources-list h4 a:hover img {
filter: invert(1);
}
.our_team_h p {
font-weight: 300;
}
@media (max-width: 780px) {
.resources-list h4 {
text-align: center;
}
.resources-list h4 a {
position: relative;
top: 0;
transform: none;
margin-left: 0;
margin: 10px auto 0 auto;
}
}  .team-member-wrapper {
padding: 60px 0px;
align-items: center;
}
.team-member-wrapper.reverse-direction {
flex-direction: row-reverse;
}
.member-thumbnail-wrapper {
text-align: center;
position: relative;
max-width: 400px;
margin: 0 auto;
}
.member-thumbnail-wrapper .member-photo {
width: 322px;
height: 418px;
object-fit: cover;
border-radius: 25px;
}
.member-thumbnail-wrapper .member-thumbnail {
width: 200px;
height: 200px;
border: 5px solid #fff;
border-radius: 25px;
position: absolute;
bottom: -68px;
left: -15px;
z-index: 99;
object-fit: cover;
}
.member-details {
overflow: hidden;
transition: all ease 0.4s;
}
.member-details ul {
list-style: none;
margin: 0 0 15px 0;
}
.member-details ul li {
font-weight: 300 !important;
}
.member-details ul li span {
font-weight: 300 !important;
}
.member-details ul li::before {
content: "\2022";
color: #276582;
font-size: 24px;
line-height: 33px;
font-weight: bold;
display: inline-block;
width: 20px;
margin-left: -20px;
vertical-align: middle;
}
.member-details.active {
max-height: 100%;
}
.readmore_btn {
margin-bottom: 0;
padding-top: 25px;
color: #276582;
font-weight: 700 !important;
transition: all ease 0.4s;
cursor: pointer;
}
.member-details-wrapper h4 {
font-size: 40px;
color: #276582;
}
.member-details-wrapper h6 {
font-size: 15px;
font-family: 'Poppins';
font-weight: 300;
margin-bottom: 25px;
color: #000000;
}
.member-details-wrapper p {
font-size: 20px;
font-weight: 300;
}
.team-member-wrapper.reverse-direction .member-details-wrapper { margin-left: 0px;
margin-right: 20px;
}
.member-details-wrapper {
margin-left: 20px;
}
@media (max-width: 992px) {
.team-member-wrapper.reverse-direction .member-details-wrapper {
text-align: left;
margin-left: 0px;
margin-right: 0px;
}
.member-thumbnail-wrapper {
text-align: center;
margin-bottom: 40px;
}
.team-member-wrapper {
padding: 30px 0px;
}
.member-thumbnail-wrapper .member-thumbnail {
left: 0;
}
.member-details-wrapper {
margin-left: 20px;
margin-top: 0px;
margin-bottom: 50px;
}
.footer-links-wrapper-inner {
max-width: unset;
}
.xero_partner {
text-align: center;
margin-bottom: 38px;
}
}  .privacy-policy .faqs_wrapper_col ul {
margin-left: 0;
}
.privacy-policy .faqs_wrapper_col ul li {
font-size: 20px;
font-family: 'Poppins';
font-weight: 300;
text-align: justify;
}
.services-photos-wrapper {
text-align: center;
position: relative;
max-width: 570px;
margin: 0 auto;
}
.services-photos-wrapper .service-photo {
width: 320px;
height: 500px;
object-fit: cover;
border-radius: 25px;
}
.services-photos-wrapper .service-thumbnail {
width: 180px;
height: 170px;
object-fit: cover;
border-radius: 25px;
position: absolute;
bottom: 40px;
left: 75px;
}
#accordionService .row {
padding: 0;
}  .about-us-hero {
position: relative;
margin-bottom: 200px;
}
.page-template-about-us .about-us-hero {
margin-bottom: 0px;
}
.about-graphs {
position: absolute;
z-index: -1;
right: 0;
max-width: 725px;
}
.about-us-content-wrapper h2 {
font-size: 51px;
color: #276582;
}
.about-us-content-wrapper {
align-items: center;
font-size: 20px;
color: #000;
}
.about-us-content-inner {
max-width: 600px;
font-weight: 300;
}
.about-us-photos-wrapper {
position: relative;
text-align: right;
max-width: 500px;
margin: 0 auto;
}
.about-us-photos-wrapper .about-us-photo {
width: 350px;
height: 500px;
object-fit: cover;
border-radius: 25px;
}
.about-us-photos-wrapper .about-us-thumbnail {
width: 180px;
height: 180px;
object-fit: cover;
border-radius: 25px;
border: 10px solid #ffffff;
position: absolute;
left: 85px;
bottom: -85px;
}
.video-container .plyr--video,
.video-container .plyr__controls,
.video-container .plyr__video-wrapper {
background: transparent !important;
}
.video-container .plyr__video-wrapper {
max-height: 560px;
border-radius: 25px;
}
.video-container .plyr__poster {
background-size: cover !important;
}
.video-container .plyr--full-ui.plyr--video .plyr__control--overlaid {
background: #073A45;
border: 2px solid #fff;
width: 108px;
height: 108px;
}
.video-container .plyr__control--overlaid svg {
left: auto;
margin: 0 auto;
}
.blue-arc-section {
position: relative;
color: #fff;
margin-top: 20px;
}
.video-section {
padding-top: 20px;
text-align: center;
}
.blue-arc-section::before {
content: '';
background-image: url(//westnettax.co.nz/wp-content/uploads/2022/11/blue-arc.svg);
background-repeat: repeat-x;
background-size: contain;
position: absolute;
width: 100%;
height: 100%;
right: 0;
left: 0;
z-index: -1;
}
.blue-arc-section::after {
content: '';
background-image: url(//westnettax.co.nz/wp-content/uploads/2022/11/our-values-bg-min.jpg);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
width: 100%;
height: 100%;
right: 0;
left: 0;
z-index: -1;
bottom: 0;
max-height: 1200px;
}
#single_prop_slider .owl-nav [class*=owl-]:hover {
background: none !important;
}
#single_prop_slider .owl-nav {
position: absolute;
top: -130px;
right: 0;
}
.video-section-intro {
max-width: 580px;
margin: 0 auto;
padding-bottom: 40px;
font-weight: 300;
font-size: 17px;
}
.video-section-intro h2 {
font-size: 51px;
line-height: 1;
margin-bottom: 20px;
}
.our-values {
padding: 60px 0px;
}
.our-values-intro-wrapper {
font-weight: 300;
font-size: 17px;
}
.our-values-intro-wrapper a {
display: block;
margin-top: 40px;
}
.our-values-intro-wrapper h2 {
font-size: 51px;
margin-bottom: 90px;
line-height: 1;
PADDING-TOP: 38PX;
max-width: 600px;
margin: 0 auto 90px auto;
}
.our-values-grid-wrapper {
align-items: center;
max-width: 620px;
margin: 0 auto;
margin-bottom: 30px;
}
.our-value-text-wrapper h4 {
font-size: 2.5rem;
}
.our-values-grid-wrapper:last-child {
margin-bottom: 0px;
}
.our-value-text-wrapper {
font-size: 20px;
margin: 0px 0 0 15px;
}
.our-value-text-wrapper p {
text-align: unset;
}
.our-value-number h3 {
text-align: center;
font-size: 51px;
margin-bottom: 0;
}
.our-value-content {
display: flex;
align-items: center;
}
.our_team_h {
padding-top: 100px !important;
}
@media (min-width:1340px) {
.about-us-content-inner {
max-width: unset;
}
}
@media (max-width:1270px) {
.blue-arc-section::after {
max-height: 1050px;
}
}
@media (max-width:992px) {
.our-value-content {
display: block;
}
.our-values-intro-wrapper {
margin: 0 auto;
}
.resources-list h4 span {
font-size: 20px;
margin-left: 0;
display: block;
width: 100%;
}
.blue-arc-section::after {
max-height: 1455px;
}
.our-values-grid-wrapper {
margin: 30px auto;
margin-bottom: 0px;
}
}
@media (max-width: 768px) {
.blue-arc-section::after {
max-height: 1655px;
}
}
@media (max-width: 767px) {
.video-section-intro h2 {
font-size: 38px;
}
.our-values-intro-wrapper h2 {
font-size: 37px;
}
}
@media (max-width: 576px) {
.our-value-content {
justify-content: center;
}
}
@media (max-width: 510px) {
.blue-arc-section::after {
max-height: 1900px;
}
}
@media (max-width: 1300px) {
.about-graphs {
max-width: 50%;
}
}
@media (max-width: 992px) {
.about-graphs {
display: none;
}
.about-us-content-inner {
margin: 0 auto;
margin-bottom: 40px;
}
.about-us-photos-wrapper {
text-align: center;
}
}
@media (max-width: 710px) {
.about-us-photos-wrapper .about-us-thumbnail {
width: 270px;
height: 260px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.about-us-photos-wrapper .about-us-photo {
height: 480px;
}
}  .single .post-feature-image {
width: 620px;
height: 480px;
object-fit: cover;
border-radius: 25px;
float: left;
margin: 0px 35px 33px 0px;
}
.single .post-title {
color: #276582;
font-size: 51px;
line-height: 51px;
margin-bottom: 25px;
font-family: 'Philosopher';
}
.blog-post-content .row {
color: #000;
font-size: 20px;
font-weight: 300;
padding: 50px 0px;
}
.page_intro p {
font-size: 20px;
}
@media (max-width:992px) {
.single .post-feature-image {
max-width: 50%;
}
}
@media (max-width:767px) {
.single .post-feature-image {
max-width: 100%;
width: 100%;
margin: 0px 0px 35px 0px;
max-height: 300px;
}
.blog-post-content .row {
padding: 30px 0px;
}
.single .post-title {
font-size: 41px;
line-height: 42px;
}
} .blogs-list-section {
background-image: url(//westnettax.co.nz/wp-content/uploads/2022/11/slider-bg.svg);
background-position: 50% -30%;
background-size: cover;
background-repeat: no-repeat;
padding-top: 50px;
}
.blogs-list-section .slider-bg {
position: absolute;
bottom: 0;
z-index: -1;
}
.blogs-list-section.home-blog .blogs-slider-wrapper {
padding-bottom: 25px;
padding-top: 70px;
}
.blogs-slider-wrapper {
padding-bottom: 70px;
padding-top: 180px;
}
.center .item .card.blog-card,
.center.item .card.blog-card {
background: #fff;
color: #000;
}
.home-blog .item .card.blog-card {
margin: 20px 0px;
}
.item .card.blog-card {
background: transparent;
border: 1px solid #fff;
border-radius: 25px;
color: #fff;
transition: all ease 0.4s;
}
.item .card.blog-card p {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 4;
line-clamp: 4;
-webkit-box-orient: vertical;
font-size: 20px;
font-weight: 300;
text-align: unset;
}
.item .card.blog-card h5 {
font-size: 25px;
font-weight: 600;
margin: 20px 0px;
transition: all ease 0.4s;
}
.item .card.blog-card .card-body {
padding: 40px;
}
.blog .item .card.blog-card .card-body {
padding: 40px 40px 40px 40px;
}
.item .card.blog-card .post-feature-image {
border-radius: 25px;
margin-bottom: 20px;
}
.item .card.blog-card .card-body a.read-more-btn {
color: #fff !important;
text-transform: uppercase;
font-size: 17px;
font-weight: 600;
padding: 10px 0px;
position: relative;
transition: all ease 0.4s;
}
.item .card.blog-card .card-body a.read-more-btn {
color: #fff !important;
text-transform: uppercase;
font-size: 17px;
font-weight: 600;
padding: 10px 0px;
position: relative;
transition: all ease 0.4s;
}
.item .card.blog-card .card-body a.read-more-btn:hover {
color: #000 !important;
}
.item .card.blog-card .card-body a.read-more-btn svg {
position: absolute;
bottom: 7px;
right: -20px;
transition: all ease 0.4s;
}
.item .card.blog-card .card-body a.read-more-btn svg path {
transition: all ease 0.4s;
}
.center .item .card.blog-card .card-body a.read-more-btn svg path,
.center.item .card.blog-card .card-body a.read-more-btn svg path {
fill: #073A45 !important;
}
.center .item .card.blog-card .card-body a.read-more-btn,
.center.item .card.blog-card .card-body a.read-more-btn {
color: #073A45 !important;
}
.blogs-slider.owl-theme .owl-nav {
margin-top: 20px;
text-align: right;
}
.blogs-slider.owl-theme .owl-nav button {
background: transparent !important;
}
.blogs-slider.owl-theme .owl-nav button:first-child {
margin: 5px 15px 5px 5px;
}
.blogs-list-header {
margin: 40px auto 0 auto;
text-align: center;
font-size: 20px;
font-weight: 300;
}
.blogs-list-header p {
color: #000;
}
@media (max-width:767px) {
.blogs-list-header {
margin: 0px auto 0px auto;
}
}  .home-banner .inner-banner {
border-bottom-left-radius: 45% 123px !important;
border-bottom-right-radius: 62% 148px !important;
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: -5px;
left: 0;
background-color: #073A45;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 500px;
z-index: 99;
}
.inner-banner-section.home-banner svg {
position: absolute;
bottom: 10px;
left: 7%;
z-index: 99;
max-width: 100%;
}
.our-team-call-to-action .row {
max-width: 990px;
margin: 160px auto 70px auto;
align-items: center;
}
.our-team-call-to-action .row h2 {
font-size: 51px;
color: #276582;
}
.our-team-call-to-action .row h4 {
font-size: 28px;
color: #000;
}
@media (max-width: 992px) {
.our-team-call-to-action .row {
max-width: 990px;
margin: 30px auto 40px auto;
}
.our-team-call-to-action .row h2 {
font-size: 40px;
}
.our-team-call-to-action .row h4 {
font-size: 23px;
}
.inner-banner-section.home-banner svg {
left: 0%;
}
.blogs-list-header {
margin: unset;
}
.blogs-list-header p {
padding-top: 10px;
}
.our_team_h {
padding-top: 50px !important;
}
.blogs-list-section {
background-position: unset;
}
}
.our-services {
background-image: url(//westnettax.co.nz/wp-content/uploads/2022/11/our-services-bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding: 60px 0px;
}
.our-services .row {
padding: 40px 0px;
max-width: 845px;
color: #fff;
margin-bottom: 60px;
z-index: 99;
position: relative;
}
.our-services h2 {
font-size: 78px;
font-weight: 600;
margin-bottom: 30px;
}
.our-services-chart {
position: absolute;
right: 0;
top: 8%;
z-index: 9;
}
.our-services-blurb {
margin: 20px 0px;
}
.our-services-blurb p {
font-size: 20px;
font-weight: 300;
text-align: unset;
}
.our-services-blurb h4 {
font-size: 30px;
margin: 25px 0px 10px 0px;
}
.our-services-blurb svg {
cursor: pointer;
}
.our-services-blurb svg #Ellipse_9 {
transition: all ease 0.4s;
fill: transparent;
}
.our-services-blurb svg:hover #Ellipse_9 {
transition: all ease 0.4s;
fill: #276582;
}
@media (max-width:1250px) {
.our-services-chart {
max-width: 35%;
}
}
@media (max-width:992px) {
.our-services-chart {
display: none;
}
.our-services .row {
padding: 0px;
margin-bottom: 0px;
}
.our-services h2 {
font-size: 51px;
margin-bottom: 20px;
}
}
@media (max-width: 576px) {
.our-services-blurb {
text-align: center;
max-width: 380px;
margin: 20px auto;
}
.our-services h2 {
text-align: center;
}
.our-services-blurb h4 {
font-size: 28px;
}
}
.home-testimonial .row {
padding: 60px 0px;
color: #000000;
align-items: center;
background-image: url(//westnettax.co.nz/wp-content/uploads/2022/11/graph-bg.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.home-testimonial-intro {
max-width: 530px;
margin: 0 auto;
}
.home-testimonial-intro h2 {
font-size: 51px;
margin-bottom: 40px;
}
.home-testimonial-intro p {
font-size: 20px;
font-weight: 300;
margin-bottom: 30px;
}
.owl-carousel.testimonial-slider .owl-item {
text-align: center;
}
.owl-carousel.testimonial-slider .owl-item img {
width: 122px !important;
height: 122px;
margin: 10px auto;
border-radius: 50%;
object-fit: cover;
}
.owl-carousel.testimonial-slider .owl-item .item-inner {
min-height: 490px;
border-radius: 25px;
background: #fff;
box-shadow: 0px 0px 30px rgb(0 0 0 / 16%);
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px 32px;
margin: 27px;
}
.owl-carousel.testimonial-slider .owl-item h4 {
font-size: 25px;
font-weight: 800;
margin-top: 20px;
margin-bottom: 30px;
}
.owl-carousel.testimonial-slider .owl-item p {
font-size: 20px;
font-weight: 300;
text-align: unset !important;
}
.owl-carousel.testimonial-slider .owl-item .item-inner::after {
content: url(//westnettax.co.nz/wp-content/uploads/2022/11/right-quote-sign.svg);
text-align: right;
}
.owl-carousel.testimonial-slider .owl-nav {
margin-top: 0px;
position: absolute;
top: -70px;
right: 45px;
width: 100%;
text-align: right;
}
.owl-carousel.testimonial-slider .owl-nav button {
background: transparent !important;
}
.testimonial-slider-wrapper {
margin-top: 60px;
position: relative;
}
.home-blog {
background-image: none !important;
background-color: #276582;
position: relative;
z-index: 999;
overflow: hidden;
padding-top: 300px;
}
.home-blog::before {
content: '';
background-color: #fff;
width: 142%;
height: 100%;
display: block;
z-index: -1;
position: absolute;
top: -31%;
right: 0;
margin: 0;
border-radius: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.home-blogs-list-header-wrapper {
display: block;
width: 469px;
height: 469px;
background: #073A45;
color: #fff;
border-radius: 50%;
position: absolute;
z-index: 99;
top: 0;
left: 50%;
transform: translate(-50%, 0%);
}
.home-blogs-list-header-wrapper-inner {
width: 455px;
height: 455px;
background: #276582;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 99;
top: 0;
left: 50%;
transform: translate(-50%, 5%);
}
.home-blogs-list-header-wrapper h2 {
font-size: 51px;
}
.home-blog .container {
z-index: 9999;
position: relative;
}
.blog-list-footer {
padding-bottom: 40px;
text-align: center;
}
@media (max-width: 992px) {
.home-blog {
padding-top: 190px;
}
.home-blogs-list-header-wrapper {
width: 300px;
height: 300px;
}
.home-blogs-list-header-wrapper-inner {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.home-blog::before {
top: -40%;
width: 170%;
}
.blue-arc-section::after {
max-height: 100%;
height: 100%;
}
}  .testimonial-wrapper {
padding: 40px 0px;
}
.testimonial-single {
text-align: center;
max-width: 570px;
margin: 0 auto 40px auto;
color: #000;
font-size: 17px;
font-weight: 300;
}
.testimonial-single img {
width: 122px;
height: 122px;
margin: 10px auto;
border-radius: 50%;
object-fit: cover;
}
.testimonial-single h4 {
font-size: 25px;
font-weight: 800;
margin-top: 20px;
margin-bottom: 30px;
}  .no-results .row {
max-width: 600px;
margin: 0 auto;
padding: 40px 0px;
text-align: center;
}
.no-results .row form {
display: flex;
justify-content: center;
}
.no-results .row form {
width: 100%;
}
.no-results .row form .search-submit {
background: #073A45;
border: 1px solid #073A45;
color: #fff !important;
font-size: 17px;
border-radius: 10px;
padding: 15px 22px;
transition: all ease 0.4s;
}
.no-results .row form .search-submit:hover {
color: #073A45!important;
background: #fff;
}
.no-results .row form input.search-submit {
width: 150px;
padding: 10px;
color: #000;
border-radius: 10px;
margin-left: 25px;
}
.no-results .row form input {
color: #000;
border-radius: 10px;
padding: 9px;
border: 1px solid #000;
}
.results-row {
padding: 40px 0px;
}
.results-row .page-title {
font-size: 42px;
font-weight: 700;
color: #073A45;
}
.results-row .entry-title a {
color: #000 !important;
text-decoration: none;
}
.results-row .nav-links a {
text-decoration: none;
background: #073A45;
border: 1px solid #073A45;
color: #fff !important;
padding: 12px 18px;
border-radius: 10px;
transition: all ease 0.4s;
}
.results-row .nav-links a:hover {
color: #073A45!important;
background: #fff !important;
}    .search .entry-summary {
color: #000;
}
.search-highlight {
font-weight: 700;
}
.search .entry-meta .posted-on a {
color: #000 !important;
text-decoration: none;
pointer-events: none;
}
.page-template-about-us .about-graphs {
top: 8%;
}
@media only screen and (max-width: 1640px) and (min-width: 993px)  {
.about-graphs {
max-width: 40%;
top: 64px;
}
} @media only screen and (max-width: 575px){
.member-details-wrapper {
margin-left: 0px;
margin-top: 45px;
margin-bottom: 10px;
}
.page-id-34 .inner-banner-section {
padding-bottom: 100px;
}
.inner-banner-section.home-banner svg {
bottom: -90px; 
}
.inner-banner-section {
padding-bottom: 90px;
} .inner-banner-section svg {
bottom: -60px;
}
.resources-intro-wrapper {
padding: 0px 0% 20px 0%;
}
.faqs_wrapper .row {
padding: 15px 0% 20px 0%;
}
.page-id-77 .inner-banner-section {
position: relative;
padding-bottom: 100px;
}
.page-id-77 .inner-banner {
height: 177px;
background-position:center !important;
border-bottom-left-radius: 98% 123px !important;
border-bottom-right-radius: 140% 110px !important;
}
.page-id-77 .round-overlay {
height: 185px;
border-bottom-left-radius: 94% 270px !important;
border-bottom-right-radius: 90% 270px !important;
}
.inner-banner {
height: 290px;
background-position: -20px 0;
border-bottom-left-radius: 98% 123px !important;
border-bottom-right-radius: 136% 148px !important;
}
.round-overlay {
height: 300px;
border-bottom-left-radius: 83% 270px !important;
border-bottom-right-radius: 74% 270px !important;
}
.call-to-action-content p {
margin-bottom : 10px;
}
.call-to-action-content a {
font-size: 26px;
}
.footer-heading-wrapper a{
font-size: 20px;
margin-top : 5px;
width: 138px;
}
.page-id-34 .our_team_h {
padding-top: 0px !important;
}
.page-id-34 .about-us-photos-wrapper .about-us-photo {
margin-top: 30px;
}
.page-id-34 .about-us-hero {
position: relative;
margin-bottom: 160px;
}
.page-id-34 .home-testimonial-intro h2 {
margin-bottom: 20px;
}
.page-id-34 .blogs-list-section.home-blog .blogs-slider-wrapper {
padding-bottom: 10px;
padding-top: 8px;
}
footer#colophon {
padding-bottom : 40px !important;
}
.page-id-34 .home-testimonial-intro p {
font-size: 20px;
font-weight: 300;
margin-bottom: 15px;
}
.page-id-34 .our-services-blurb h4 {
margin: 15px 0px 10px 0px;
}
.page-id-106 .video-section {
padding-top: 55px;
}
.page-id-106 .our-values-intro-wrapper h2 {
PADDING-TOP: 5PX;
margin: 0px auto 25px auto; 
}
.page-id-93 .faqs_wrapper .row {
padding: 0px 0% 30px 0%;
}
.page-id-77 .team-member-wrapper {
padding: 30px 0px 0px 0px;
}
.single .post-title {
font-size: 38px; 
}
.page-id-31 .contact-form-wrapper {
padding: 20px 0px 0px 0px;
}
.page-id-31 .contact-blurb-wrapper a {
padding: 10px 0px;
}
.page-id-31 .contact-details-wrapper-inner {
padding: 55px 0px;
}
.page-id-206 .member-thumbnail-wrapper .member-photo {
height: 250px; 
}
.page-id-206 .member-details-wrapper {
margin-top: 0px; 
}
.page-id-206 .team-member-wrapper {
padding: 30px 0px 0px 0px;
}
.page-id-206 .member-thumbnail-wrapper {
margin-bottom: 30px;
}
.navigation .header-menu-search {
margin-left: 0;
display: block;
position: absolute;
top: -38px;
right: 48px;
}
#collapseSearch.show .card {
text-align: center;
padding: 15px 5px; 
margin-top: 15px;
}
#collapseSearch label input {
width: 100%;
margin-bottom: 8px; 
}
#collapseSearch .search-submit{
padding: 12px 22px;
font-size: 15px;
}
.results-row .page-title {
text-align: left;
}
.no-results .row{
padding: 0;
}
.results-row {
padding: 20px 0px;
}
.no-results .row form {
display: flex;
justify-content: center;
flex-direction: column;
align-items: flex-start;
}
.no-results .row form input.search-submit{
margin-left: 0;
margin-top: 18px;
font-size: 15px;
width: 135px;
}
img.img-fluid {
width: 32%;
}
.hamburgers {
top: -35px;
}
.about-us-content-wrapper h2 {
font-size: 33px;
line-height: 37px; 
}
.our-services h2 {
font-size: 33px;
line-height: 37px;
}
.home-testimonial-intro h2 {
font-size: 33px;
line-height: 37px; 
margin-bottom: 15px !important;
}
.home-blogs-list-header-wrapper h2 {
font-size: 33px;
line-height: 37px;
}
.page-id-34  .blogs-list-section.home-blog .blogs-slider-wrapper {
padding-bottom: 25px;
padding-top: 30px;
}
.call-to-action-content h2 {
font-size: 33px;
line-height: 37px;
}
.our-values-intro-wrapper h2 {
font-size: 35px;
}
.our-value-text-wrapper h4 {
font-size: 30px;
}
.our-value-text-wrapper p {
text-align: center !important;
font-size: 18px;
line-height: 26px;
}
.faqs_wrapper h1 {
font-size: 33px;
}
.member-details-wrapper h4 {
font-size: 30px; 
}
.resources-intro-wrapper h2 {
font-size: 33px;
line-height: 37px; 
}
.resources-list h4 {
font-size: 24px; 
}
.resources-list h4 span {
font-size: 18px; 
}
#gform_wrapper_1 input#gform_submit_button_1 { 
height: 50px;
max-width: 152px;
padding: 0px 20px;
font-size: 17px;
}
.contact-details-blurb h3 {
font-size: 30px;
margin-top: 16px;
margin-bottom: 12px;
}
.contact-details-blurb p {
text-align: center !important; 
}
.contact-details-blurb ul {
align-items: center; 
}
.our-services-blurb p {
text-align: center !important; 
}
.our-values {
text-align: center; 
}
.faqs_wrapper .accordion-button {
font-size: 24px;
padding: 18px;
}
.faqs_wrapper .accordion-button::after {
margin-top: 5px;
}
.faqs_wrapper button[aria-expanded="true"]::after {
margin-top: 0px; 
}
}