/*Enable animation on all pages*/
@import url("https://bishopp.co.nz/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css?ver=5.4.2");
nk-main {
background-color #ffffff !important;
}
/* Change styling of subtitle texts*/
.nk-subtitle {
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 100;
} 
.nk-footer a {
  color: #ffffff;
}
.nk-footer a:hover {
  color: #a2a2a2;
}
a {
  color: #0275d8;
}
a:hover {
  color: #585858;
}
/* Clip Home page header to bishopp style arrow for desktop / widescreen */
.nk-header-title.nk-header-title-full.nk-header-title-parallax.nk-header-title-parallax-opacity {
 -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 52% 94%, 50% 100%, 48% 94%, 0 94%);
clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 52% 94%, 50% 100%, 48% 94%, 0 94%);
  );} 
}
/* Clip other headers to bishopp style arrow for desktop / widescreen */
.nk-header-title.nk-header-title-md.nk-header-title-parallax.nk-header-title-parallax-opacity {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
  );} 
} 
/* Clip footer bishopp style arrow for desktop / widescreen */
.nk-footer {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
  );} 
} 
@media only screen and (orientation: portrait) !important;  {
.nk-footer {
  -webkit-clip-path: polygon(0 0, 47% 0, 50% 12%, 53% 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 47% 0, 50% 12%, 53% 0, 100% 0, 100% 100%, 0 100%);
  );} 
} 
/* Clip Home page header to bishopp style arrow for portrait  */
@media only screen and (orientation: portrait)  {
.nk-header-title.nk-header-title-full.nk-header-title-parallax.nk-header-title-parallax-opacity {
 -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 54% 95%, 50% 98%, 46% 95%, 0 95%);
clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 54% 95%, 50% 98%, 46% 95%, 0 95%);
  );} 
}  
/* Clip other headers to bishopp style arrow for portrait */
@media only screen and (orientation: portrait)  {
.nk-header-title.nk-header-title-md.nk-header-title-parallax.nk-header-title-parallax-opacity {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 54% 95%, 50% 98%, 46% 95%, 0 95%);
clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 54% 95%, 50% 98%, 46% 95%, 0 95%);
  );}
} 
/* Clip footers to bishopp style arrow*/
.nk-footer {
-webkit-clip-path: polygon(0 0, 49% 0, 50% 22%, 51% 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 49% 0, 50% 22%, 51% 0, 100% 0, 100% 100%, 0 100%);
  );}
  /* change the calc height to a percentage height to get alternate responsive behavior*/
/* Move map functionality up to compensate for clipping mask*/
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: 150px;
}
#work-56.nk-isotype-item {
  width: 16.66%;
}
/* Add drop shadow to white heading menu */
.nk-navbar{
box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
}
.nk-navbar.nk-navbar-top.nk-navbar-transparent.nk-navbar-sticky.nk-navbar-white-text-on-top.nk-navbar-fixed.nk-navbar-solid{
box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
}  
.nk-navbar.nk-navbar-transparent{
box-shadow: none;
}
#nk-portfolio-custom-list-1 {
  width:100%
}
/*Home Page Airports rows of 9*/
@media screen and (min-width:1px) {
.nk-isotope .nk-isotope-item {
 width: 11.111111111%;
 float: left;
}
}
/*Home Page Airports rows of 6 responsivity */
@media screen and (max-width: 55rem) {
.nk-isotope .nk-isotope-item {
 width: 16.6666666%;
 float: left; 
  }
}
@media screen and (max-width: 55rem) {
.portfolio-item-title {
   font-size: 15px;
  }
}  
  /*Home Page Airports rows of 3 responsivity */
@media screen and (min-width:1px) and (max-width: 30rem) {
.nk-isotope .nk-isotope-item {
 width: 33.3333%;
 float: left; 
  }
}
/*Home Page Airports Text padding */
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info {
  padding: 1.3rem;
}
/*Facts Icons Larger size*/
.nk-ibox-3 .nk-ibox-icon {
 width: 100%;
 height: 80px;
 margin-top: 2rem;
 margin-left: 0px;
 margin-right: 0px;
}
/*Facts Icons title style*/
.nk-ibox-3 .nk-ibox-title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height:1.2rem;
  padding-top: .8rem;
}
.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
  max-width: 655px;
}
/* Change styling of contact buttons*/
.nk-btn-long {
  position: relative;
  background-color: #ea094d;
}
/* Add Bishopp point to contact buttons*/
.nk-btn:after {
 content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 10.5px 0 10.5px;
    border-color: #ea094d transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -19px;
    transition-property: all;
    transition-duration:0.5s;
    transition-timing-function: initial;
    transition-delay:initial;
}
.nk-btn:hover:after{
  border-color: #444 transparent transparent transparent;
}
/* Change styling of contact buttons*/
.nk-btn {
  font-size: 1.1rem;
  padding: 15px 30px 15px 30px;
  font-weight: 700;
}
.nk-btn-lg {
  background-color: #ea094d;
}
/* Change styling of menu text */
.nk-navbar .nk-nav > li > a {
  font-weight: 600;
}
/* Hero scroll arrow position */
.nk-header-title .nk-header-title-scroll-down {
  bottom: 80px;
}
/* Portolfio clipping mask test */
.live-imgs {
  width:100%;
  height:850px;
  position:relative;
  background: no-repeat top left transparent;
}
.su-youtube.su-responsive-media-yes.GC {
right: 750px;
bottom: 800px  
}
/* Progres Bar Styling Changes */

.nk-progress .nk-progress-title {
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: none;
  line-height: 1.2;
}
.nk-progress .nk-progress-reference {
  margin-bottom: 60px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: .7rem;
  font-style: italic;
  
}
.nk-progress-percent {
  margin-left: 0px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000000;
}
.nk-progress .nk-progress-line > div{
  background-color: #184e90;
}
/* Gravity Contact Form Styling Changes */
.gfield_required {
  display: none;
}
.gform_wrapper .top_label .gfield_label {
  display: none;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 10px;
}
.gform_wrapper textarea {
  padding-left: 10px;
  border: none;
}
 ul.gform_fields li.gfield select {
     margin-left: 0px;
}
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
   padding-left: 10px;
   padding-top: 4px;
   padding-bottom: 4px;
   height: 34px;
   color: #858585;
   margin-left: 0px;
  border: none;
}
.gform_wrapper input.medium {
  border: none;
}
.gform_button {
  color: white;
  text-transform: uppercase;
  border: 0;
  background-color: #4c4c4c;
  padding: 10px 20px 10px 20px;  
}
.gform_wrapper div.validation_error {
  color: #ED254E;
  border-top: none;
  border-bottom: none;
  padding: 0px;
 } 
.gform_wrapper .validation_message{
  color: #ED254E;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background-color: transparent;
  padding-top: 0px;
 }
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 2px;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top : 8px;
}
@media only screen and (min-width: 641px) {
.gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100%;
  }
}/* Home page Contact block styling changes */
.vc_custom_1514346638941 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;;
}
/* Home page fact slider styling*/
h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
/*Home Page Fact slider Arrow styling*/
.nk-flickity-arrow {
    display: block;
    position: absolute;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    bottom: 65px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    border-radius: 50%;
    border: 1.2px solid;
    opacity: 0.9;
    transition: 0.5s opacity;
}
.nk-flickity-arrow:hover {
  background-colour:#e8e8e8 !important;
  opacity: 0.5;
}
/*Footer Social Icons Styling*/
.nk-footer .nk-footer-social > ul li > a {
    display: block;
    font-size: 2rem;
    color: inherit;
    padding: 20px 10px 5px 10px;
    opacity: 1;
    transition: 0.5s opacity;
  }
.nk-footer .nk-footer-social > ul li > a:hover {
    opacity: .6;
}
.nk-footer .nk-footer-social {
  padding-bottom: 0px;
}
/*Full Width Mapps sit at top of page*/
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_sectionc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0px;
}
.wpb_content_element {
  margin-botton: 0px !important;
}
/*Airport page pagination AUs | NZ Styling*/
.nk-pagination + div > .nk-isotope-filter, .nk-pagination + .nk-isotope-filter {
  margin-top: 0px;
}
.nk-isotope-filter > li {
  font-size: 1.5rem;
}
.nk-isotope-filter > li.active {
  font-size: 1.5rem;
  color:#184e90;
}
/*Airport page pagination AUs | NZ margins*/
.nk-pagination {
 padding: 5px 0px 5px 0px;
}
/*Add arrow clip to Airport Map*/
.wpgmza_map {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
  );
}
/*Add arrow clip to Airport Map Portrait*/
@media only screen and (orientation: portrait)  {
.wpgmza_map {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
  );}  
}
/*Change background of contact page clips to match page color*/
.page-id-2819 .nk-main {
  background-color: #f4f4f4;
}
/*Change Airport Tool Tip Styling*/
.wpgmza_infowindow_title {
 font-family: Lato, Helvetica, Arial, sans-serif;
 text-transform: uppercase;
}
.wpgmza_markerbox a {
    color: #e6194f !important;
}
/*Change Pagination Styling*/
.nk-pagination, .nk-pagination .container {
  left: 0px;
  right: 0px;
}
/* Change size of spacer above blog titles*/
.nk-gap-4 {
  height: 40px;
}
/*Executive team formatting*/
/*Member title sits above img*/
.nk-team-block .nk-team-member .nk-team-member-name {
  position: relative;
  color: white;
}
.nk-team-block .nk-team-member .nk-team-member-post {
  position: relative;
  color: white; 
}
/*Bio Area Formatting*/
.nk-team-block .nk-team-bio-block {
    position: relative;
    width: 100%;
    height: 680px;
     padding: 80px 60px 60px 0px;
    float: right;
    border: 0px solid #ededed;
    border-top: none;
    margin-left: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    transition: 0.4s padding-top, 0.4s background-color;
    }
@media screen and (max-width: 49rem) {
.nk-team-block .nk-team-bio-block {
   padding: 80px 50px 60px 50px;
  }
}
/*Exec team containers*/
.nk-team-block {
  width: 50%;
  margin: 0px;
  float: left;
  clear: none;
  background-color: #f4f4f4; 
}
@media screen and (max-width: 49rem) {
  .nk-team-block {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 49rem) {
.nk-team-block .nk-team-member {
  width: 50%;
  float: left;
  height: 13.5rem;
  border: 0px; !important;
  border-top: none; !important;
  margin-left: 0px; !important;
  margin-bottom: 0px; !important;
  }
}
@media screen and (max-width: 49rem) {
.nk-team-block .nk-team-member .nk-team-member-name {
  font-size: 1.3rem;
  line-height: 1.2;
  }
} 
@media screen and (max-width: 49rem) {  
.nk-team-block .nk-team-member .nk-team-member-post {
  font-size: .9rem;
  line-height: 1.2;
  }
}
#execteam {
  text-align: right;
  margin-bottom: 2rem;
    }
#namearea {
  text-align: right;
  text-transform: Uppercase;
  font-size: 1.8rem;
  color: black;
  margin-bottom: 0px;
  }
#titlearea {
   text-align: right;
   font-size: 1.4rem;
    }
#bioarea {
   text-align: right;
  }
.nk-team-member{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0 !important;
    border: 0px; !important;
    border-top: 0px; !important;
    margin-left: 0px; !important;
    margin-bottom: 0px; !important;
}
.nk-team-member.active{
    padding: 0 !important;
}
.exec-overlay {
   background-color: rgba(0,0,0,0.4);
   position: relative;
    width: 340px;
    height: 340px;  
    float: left;
    /*border: 1px solid #ededed;*/
    overflow: hidden;
    cursor: pointer;
    transition: 0.6s padding-top, 0.6s background-color;
    padding: 255px 20px 20px 20px;
 }
.nk-team-member.active .exec-overlay {
    background-color: rgba(0,0,0,0);
    position: relative;
    width: 340px;
    height: 340px;  
    float: left;
    border: 1px solid #ededed;
    overflow: hidden;
    cursor: pointer;
    transition: 0.6s padding-top, 0.6s background-color;
    padding: 230px 20px 20px 20px;
 }
.nk-team-member.active .nk-team-member-name {
  color: #171717;
}
.nk-team-member.active .nk-team-member-post {
  color: #171717;
}
/*Styling of formats buttons*/
#work-2826 .portfolio-item-title.h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
#work-56 .portfolio-item-title.h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
#work-2831 .portfolio-item-title.h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
/*Style drop down menu box*/
.nk-navbar .nk-nav .dropdown {
  padding-top: 8px;
  padding-bottom: 8px;
} 
/*Layer Images styling*/
 .img-layer-1 {
 position:relative;
 top: 0px;
 left: 0px;
 z-index: 1; 
  }
.img-layer-2 {
 position:absolute;
 top: 0px;
 left: 0px;
 z-index: 2; 
  }
.img-layer-3 {
 position:absolute;
 top: 0px;
 left: 0px;
 z-index: 2; 
  }
.center-align {
  text-align: center;
}
/*Hide Blog Comment count*/
.nk-post-comments-count {
  display: none !important;
}
/*Hide Intl nav on mobile*/
.nk-nav-row.nk-nav-row-full.nk-nav-row-center.nk-navbar-mobile-content li.intl-nav-aus {
  display: none;
}
.nk-nav-row.nk-nav-row-full.nk-nav-row-center.nk-navbar-mobile-content li.intl-nav-nz {
  display: none;
}
.nk-nav-row.nk-nav-row-full.nk-nav-row-center.nk-navbar-mobile-content li.intl-nav {
  display: none;
}