/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Meta Digital
Description:
Version: Probably about 1001
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*============Sticky Footer============*/

html,
body {
    height: 100%;
}

#wrap {

    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -125px;
    padding: 0 0 125px;
    overflow: hidden;
}

footer {
    height: 125px;
}

.clear{clear:both;}
p:empty{display:none;}

/*Fonts & Headings
=====================================================*/

body{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  font-size:1.6rem;
  color:#666666;
  font-weight: 300;
}

::-moz-selection {
  color: #fff; background-color:#41a62a;
}

::selection {
  color: #fff; background-color:#41a62a;
}

h1{
  color:#ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-size:6rem;
  font-weight:600;
  margin:10px 0 35px 0;
}

#home-intro h1{
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:42px;
  font-size:4.2rem;
  font-weight:300;
  text-transform: normal;
  line-height: 1.5;
  margin-bottom:20px;
}

h2{
  color:#41a62a;
  font-size:42px;
  font-size:4.2rem;
  font-weight:300;
  text-transform: uppercase;
}

h3{
  color:#41a62a;
  font-size:30px;
  font-size:3rem;
  font-weight:300;
  text-transform: uppercase;
  margin:16px 0 32px 0
}

h4,
p.intro-text{
  color:#414042;
  font-size:22px;
  font-size:2.2rem;
  font-weight:300;
  line-height: 1.5;
}

h5{
  color:#41a62a;
  font-size:20px;
  font-size:2rem;
  font-weight:300;
  line-height: 1.5;
  text-transform: uppercase;
}

/* Mobile Headings */
@media (max-width: 767px) {

  h1{
    font-size: 36px;
    font-size:3.6rem;
  }

  {
    font-size:30px;
    font-size:3rem;
  }

  h2{
    font-size:28px;
    font-size:2.8rem;
  }

  h3,
  #home-intro h1{
    font-size:24px;
    font-size:2.4rem;
  }

  .container{
    padding:0;
  }

  br{display: none;}
}


p{
  margin:0 0 20px 0;
  line-height: 1.8;
}

strong{font-weight:600;}

a{
  color:#41A62A;
  text-decoration:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:visited{

}

a:active,
a:focus,
a:hover {
  text-decoration:none;
  color:#1d803f;
}

img{
  max-width:100%;
  height:auto;
}

.white{color:#fff!important;}

.alignright {float:right;}

.alignleft {float:left;}

* {outline:none!important;}

.white-btn{
  color:#fff;
  font-size:13px;
  font-size:1.3rem;
  text-transform: uppercase;
  font-weight:700;
  padding:5px 35px;
  margin:5px 0 20px 0;
  display: inline-block;
  border:2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.white-btn:hover{
  background-color: #fff;
  color:#41A62A;
}

.black-btn{
  color:#414042;
  font-size:13px;
  font-size:1.3rem;
  text-transform: uppercase;
  font-weight:700;
  padding:5px 35px;
  margin:5px 0 20px 0;
  display: inline-block;
  border:2px solid #414042;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.black-btn:hover{
  background-color: #414042;
  color:#fff;
}

.green-btn{
  background-color:#41A62A;
  color:#fff;
  font-size:13px;
  font-size:1.3rem;
  text-transform: uppercase;
  font-weight:700;
  text-align: center;
  padding:5px 15px;
  margin:5px auto 80px auto;
  max-width:320px;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.green-btn:hover{
  background-color: #414042;
  color:#fff;
}


/* Alignment
=====================================================*/

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Header & Menu
=====================================================*/


header{
  width:100%;
  position:fixed;
  top:0;
  z-index:9999;
  background-image:url('images/nav-strip.png');
  background-position:top center;
  background-repeat: no-repeat;
  background-size:100% 5px;
  /*background-color:rgba(65,64,66,0.8);*/
  padding-top:5px;
  border-bottom:1px solid rgba(255,255,255,0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.admin-bar #wrap{
  position: relative;
}


.header-logo{
  padding:15px 0;
  max-width:197px;
  display:block;
  float:left;
}

.header-logo img.colour-logo{
  display:none;
}

.header-right{
/*   float:right; */
  padding-top:20px;
  position: relative;
}

.header-phone{
  font-size:18px;
  font-size:1.8rem;
  font-weight:600;
  color:#fff;
  margin-right:55px;
}

header .shiftnav-toggle{
  position: absolute;
  top:30px;
  color:#fff;
  right:0;
  font-size:18px;
  font-size:1.8rem;
  text-transform: uppercase;
  padding-right:40px;
  color:#fff;
}

header .shiftnav-toggle i{
  position: absolute;
  right:0;
  top:-6px;
}

header.white-header{
  background-color: #fff!important;
  border-bottom:1px solid #cccccc;
}

header.white-header .header-logo img.white-logo{
  display:none;
}

header.white-header .header-logo img.colour-logo{
  display:block;
}

header.white-header .shiftnav-toggle,
header.white-header .header-phone{
  color:#41a62a;
}

#shiftnav-main.shiftnav{
  width:350px;
}

.shiftnav::after{
  display:none!important;
}

.shiftnav .shiftnav-inner{
  background-color:#41a62a;
}

.shiftnav .shiftnav-toggle{
  width:100%;
  display:block;
  text-align: right;
  border-bottom:1px solid rgba(255,255,255,0.2);
  padding:14px 20px 14px 0px;
}

.shiftnav .shiftnav-toggle i{
  color:#fff;
  font-size:60px;
  font-size:6rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shiftnav .shiftnav-toggle:hover i{
  color:#3b822a;
}

#shiftnav-main.shiftnav .menu-item{
  margin-top:25px;
}

#shiftnav-main.shiftnav .menu-item a{
  color:#fff;
  font-size:36px;
  font-size:3.6rem;
  line-height:1;
}

#shiftnav-main.shiftnav .menu-item a:hover,
.shiftnav .shiftnav-toggle:hover i{
  color:#3b822a;
}

/* Mobile */
@media (max-width: 767px) {

  header{
    background-color: #fff!important;
    border-bottom:1px solid #cccccc;
  }

  header .shiftnav-toggle,
  header .header-phone{
    color:#41a62a;
  }

  header .header-logo img{
    max-height: 52px;
    width:auto;
  }

  .white-logo{
    display: none;
  }

  #shiftnav-main.shiftnav{
    width:100%!important;
    max-width:100%;
  }

  #shiftnav-main.shiftnav .menu-item a{
    text-align: center;
  }

}

/* Home
=====================================================*/

.fullscreen-bg{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background-color: #41a62a;
}

#player {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}

#home-page{
    padding-bottom: 125px;
    background-color:#fff;
}

#home-banner{
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  display:inline-block; width:100%;
  padding-bottom:100px;
  background-image: url('images/backgrounds/green-bg-angle.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 3000px auto;
}

#home-banner h2{
  color:#ffffff;
  font-family: 'montserratultra_light', sans-serif;
  font-size: 60px;
  font-size:6rem;
  text-transform: none;
  margin:0 auto;
  padding: 280px 0px 200px 0px;
  line-height:1.5;
  max-width:900px;
  text-transform: uppercase;
}


#home-intro{
  text-align: center;
  position: relative;
  z-index:0;
  overflow:hidden;
  background-color: #41a62a;
  color:#fff;
  padding:80px 0 60px 0;
  margin-top:-5px;
}

#home-intro .intro-text{
  margin:0 auto;
  max-width: 820px;
}

#home-contact-cat{
  margin-bottom:60px;
}

#home-contact-cat .contact-cta-angle{
  background-color: #41a62a;
}

#home-contact-cat .contact-cta-content{
  background-image:url('images/backgrounds/sparky-spark.jpeg');
  background-size: 600px auto;
  background-repeat: no-repeat;
  background-position:bottom right;
  background-color: #070100;
}

/*#home-ignite{
  background-image:url('images/backgrounds/sparky-spark.jpeg');
  background-repeat: no-repeat;
  background-color: #000;
  background-size:auto 100%;
  background-position:bottom right 10%;
    margin-bottom:90px;
}

#home-ignite .home-ignite-inner{
  text-align: center;
  padding:90px 0;
}

#home-ignite .home-ignite-inner p{
  font-weight:600;
  color:#cccccc;
}*/


#home-platforms ul.platform-icons{
  padding:0;
  margin:0;
}

#home-platforms ul.platform-icons li{
  display:inline-block;
  padding:25px 30px 0 30px;
  vertical-align: middle;
}

#home-platforms ul.platform-icons li p{
 color:#fff;
}

#home-clients{
  padding-top:40px;
  text-align: center;
  padding-bottom:50px;
}

#home-clients .home-clients-intro{
  padding-bottom:20px;
}

#home-clients .client-logo-square{
  min-height:150px;
}

#home-clients .client-logo-square img{
  position: absolute;
  top:0;
  z-index:999;
  max-width:80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home-reviews {
 padding-top:40px;
 text-align:center;
 padding-bottom:50px
}
#home-reviews .wp-google-name span {
 font-size:18px!important;
 font-family:'Open Sans',sans-serif!important;
 color:#666!important;
 font-weight:300!important
}
#home-reviews .wp-google-text {
 font-family:'Open Sans',sans-serif!important;
 color:#666!important;
 font-weight:300!important
}
#home-reviews .wp-google-review {
  width:20%!important;
  float:left!important;
}
#home-reviews .wp-google-reviews {
  display:inline-block!important;
}
#home-reviews .wp-google-url{
  font-size:13px!important;
  font-size:1.3rem!important;
  color:#fff!important;
  font-weight:700!important;
  text-transform: uppercase!important;
/*   display: inline-block!important; */
  background-color: #41A62A!important;
  border:1px solid #41A62A!important;
  padding:5px 15px 5px 15px!important;
  -webkit-border-radius: 15px!important;
  -moz-border-radius: 15px!important;
  border-radius: 15px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  width:200px!important;
}
#home-reviews a {
  color:#41a62a!important;
  font-weight:300!important;
}
#home-reviews a:hover {
  color:#000000!important;
}
#home-reviews .wp-google-place .wp-google-left {
  display:none!important;
}
#home-reviews .wp-google-place {
  margin-bottom:20px!important;
}
#home-reviews .wp-google-text {
  clear:both!important;
  float:left!important;
}
@media (max-width: 767px) {
  #home-reviews {
    margin-left:20px!important;
    margin-right:20px!important;
  }
  #home-reviews .wp-google-text {
    display:none!important;
  }
  #home-reviews .wp-google-review {
   width:100%!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-reviews .wp-google-review {
   width:100%!important;
  }
}
@media (min-width:992px) and (max-width:1200px) {
  #home-reviews .wp-google-review {
   width:100%!important;
  }
}

#home-page #home-platforms{
  margin-top:-1px;
}

/* Small Desktop Home */
@media (min-width: 992px) and (max-width: 1200px) {

  #home-banner{
    background-size:2000px auto;
  }

}

/* Tablet Home */
@media (min-width: 768px) and (max-width: 991px) {

  #tubular-container{
    display:none;
  }

  #home-banner{
    padding-bottom: 150px;
    background-image:url('images/backgrounds/green-bg-angle.png'), url('images/backgrounds/mobile-banner.png');
    background-position:bottom left, center center;
    -webkit-background-size:1500px auto, cover;
    -moz-background-size:1500px auto, cover;
    -o-background-size:1500px auto, cover;
    background-size:1500px auto, cover;
  }

  #home-banner h2{
    padding: 175px 0px 50px 0px;
  }

  .default-button{
    margin-bottom:150px;
  }

}

/* Mobile Home */
@media (max-width: 767px) {


  #tubular-container{
    display:none;
  }

  #home-banner{
    background-color: #414042;
    padding:150px 30px 100px 30px;
     background-image:url('images/backgrounds/green-bg-angle.png'), url('images/backgrounds/mobile-banner.png');
    background-position:bottom left, center center;
    -webkit-background-size:1000px auto, cover;
    -moz-background-size:1000px auto, cover;
    -o-background-size:1000px auto, cover;
    background-size:1000px auto, cover;
  }

  #home-banner h2{
    font-size: 30px;
    font-size:3rem;
    line-height:1.2;
    padding:0;
  }

  #home-intro{
    padding:60px 0!important;
    margin:-5px 0 0 0;
  }

  #home-contact-cat{
    margin-bottom:20px;
  }

  #home-contact-cat .contact-cta-content{
  background-size: 800px auto;
}





}

/* Green Angle Box
=====================================================*/

#home-page .green-angle-box{
  padding: 75px 0 100px 0px;
}

.green-angle-box{
  background-color:#41A62A;
  text-align:center;
  padding:105px 0;
  position: relative;
  overflow: hidden;
  background-image:url('images/backgrounds/green-diamonds.jpg');
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  position: relative;
}

#home-page .green-top-angle{
  display:none;
}

.green-top-angle{
  background-color:#fff;
  height:100px;
  width:200%;
  position: absolute;
  top:-25px;
  z-index:99;
  -webkit-transform:rotate(2deg);
  -moz-transform:rotate(2deg);
  -o-transform:rotate(2deg);
  transform:rotate(2deg);
}

.green-bottom-angle{
  background-color:#fff;
  height:100px;
  width:200%;
  position: absolute;
  bottom:-25px;
  z-index:99;
  -webkit-transform:rotate(-2deg);
  -moz-transform:rotate(-2deg);
  -o-transform:rotate(-2deg);
  transform:rotate(-2deg);
}

.green-angle-box h2{
  margin-top:0;
}

/* Contact CTA
=====================================================*/

.contact-cta{
  position: relative;
  overflow: hidden;
}

.contact-cta-content{
  background-color:#944073;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  position: relative;
  padding:100px 0;
  text-align: center;
}

.contact-cta-content h4{
  color:#cccccc;
}

.contact-cta-angle,
.contact-cta-bottom-angle{
  background-color:#fff;
  height:100px;
  width:200%;
  margin-left:-1%;
  position: absolute;
  top:-100px;
  z-index:99;
  -webkit-transform:rotate(-2.5deg);
  -moz-transform:rotate(-2.5deg);
  -o-transform:rotate(-2.5deg);
  transform:rotate(-2.5deg);
}

.contact-cta-bottom-angle{
  bottom:-25px;
  top:auto;
}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

/* Let's ignite a project form
=====================================================*/

.ignite-form_wrapper .gfield_required{
  display: none;
}

div.gform_wrapper.ignite-form_wrapper{
  text-align: center;
  max-width:700px;
}

div.gform_wrapper.ignite-form_wrapper .top_label li.gfield.gf_inline{
  display: inline;
  line-height:60px;
  vertical-align: middle;
  font-weight: normal;
}

.ignite-form_wrapper.gform_wrapper .top_label label.gfield_label{
  display: inline;
  font-weight: normal;
}

.ignite-form_wrapper.gform_wrapper li .ginput_container{
  display: inline;
  margin-left:15px;
}

.ignite-form_wrapper.gform_wrapper li .ginput_container input{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width:200px!important;
  line-height: 30px
}

.ignite-form_wrapper.gform_wrapper li#field_3_3 .ginput_container input,
.ignite-form_wrapper.gform_wrapper li#field_3_6 .ginput_container input{
  width:300px!important;
}

.ignite-form_wrapper.gform_wrapper li .ginput_container select{
  border: 1px solid #ccc;
  padding:5px 4px;
  width:300px!important;
  line-height: 30px
}

.ignite-form_wrapper.gform_wrapper li .ginput_container input:focus,
.ignite-form_wrapper.gform_wrapper li .ginput_container input:hover,
.ignite-form_wrapper.gform_wrapper li .ginput_container select:focus,
.ignite-form_wrapper.gform_wrapper li .ginput_container select:hover{
  border-color:#41A62A!important;
}


.ignite-form_wrapper .ignite-form .gform_footer{
  max-width:300px;
  margin:0 auto;
  text-align: center;
}

.ignite-form_wrapper .ignite-form .gform_footer input{
  width:100%!important;
}

@media (max-width: 767px) {

  div.gform_wrapper.ignite-form_wrapper .top_label li.gfield.gf_inline{
    display: block;
    line-height:1.5;
  }

  .ignite-form_wrapper.gform_wrapper .top_label label.gfield_label{
    display: block;
  }

  .ignite-form_wrapper.gform_wrapper li .ginput_container{
    display: block;
    margin-left:0;
  }

  .ignite-form_wrapper.gform_wrapper li .ginput_container input,
  .ignite-form_wrapper.gform_wrapper li#field_3_3 .ginput_container input,
.ignite-form_wrapper.gform_wrapper li#field_3_6 .ginput_container input,
  .ignite-form_wrapper.gform_wrapper li .ginput_container select{
    width:100%!important;
    line-height: 1.5;
  }
}


/* Case Study Grid
=====================================================*/

.col-md-1-5{
  width:12.5%;
}

.case-study-grid-intro{
  text-align: center;
}

.case-study-grid-intro h4{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
}

#case-study-filters ul{
  padding:0;
  margin:0;
}

#case-study-filters li{
  display: inline-block;
}

#case-study-filters li,
#case-study-filters li a{
  color:#a1a1a1;
  text-transform: uppercase;
  font-size:14px;
  font-size:1.4rem;
  font-weight:400;
}

#case-study-filters li a{
  cursor:pointer;
}

#case-study-filters li.spacer{
  margin:0 5px;
}

#case-study-filters li a.active{
  color:#41A62A;
  text-decoration: underline;
}

.case-study-grid{
  padding:70px 0;
  clear:both;
  padding-bottom:0px;
}

.case-study-grid .case-study-selector{
  padding:0;
}

.case-study-grid .case-study-square{
  padding:0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.case-study-square img.case-study-square-image{
  width:100%;
}

.case-study-square img.case-study-white-logo{
  position: absolute;
  top:0;
  z-index:999;
  max-width:80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-study-square .case-study-overlay{
  background-color:rgba(65, 64, 66,0.4);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.case-study-square .case-study-overlay.no-grey{
  background-color:transparent;;
}

.case-study-grid a:hover .case-study-overlay{
  background-color:rgba(65, 64, 66,0.2);
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

    .col-md-1-5{
      width:25%!important;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .col-md-1-5{
      width:25%!important;
    }

   #case-study-grid .container{
     padding:15px 0 0 0;
   }

    .case-study-grid{
      padding:35px 0 0 0;
    }

   .case-study-squazre a{
     max-width:400px;
     display: block;
     margin:0 auto;
   }

}

/* Banner
=====================================================*/

#default-banner{
  position: relative;
  padding-top:175px;
  min-height:475px;
  border-bottom:5px solid #41A62A;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

#default-banner .banner-overlay{
  position: absolute;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(65,64,66,0.6);
}

#default-banner-banner-text{
  text-align: center;
  position: relative;
  z-index:9;
}

#default-banner-banner-logo{
  text-align: center;
  margin:10px 0 80px 0;
}

#default-banner-banner-text.text-left{
  text-align: left;
}

#default-banner-banner-text h4{
  margin:0 auto 70px auto;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

  #default-banner{
     padding-top:145px;
 }

}

/* Mobile */
@media (max-width: 767px) {

}


/* Team
=====================================================*/

#team{
    margin-bottom: 125px;
}

#team-intro h2{
  text-align: center;
  color:#414042;
  margin:80px 0 50px 0;
  line-height:1.8;
  font-weight:300;
}

#team-intro .intro-text{
  text-align: center;
  line-height: 1.7;
  margin:0 0 80px 0
}

#team-intro .intro-text strong{
  font-style: italic;
}

#team-intro .team-intro-col{
  margin-bottom:50px;
}

#team-values{
  margin:80px 0 0 0;
}

#team-values #timeline-section h3{
 text-align: right;
}

#team-values .value{
  margin:25px 0 0 0;
}

#team-values .value-left .value{
  text-align: right;
}

.value strong{
  font-style: italic;
}

.value  p{
  margin:0;
}

#team-meta{
  padding-bottom:80px;
}

.team-meta-intro{
  text-align: center;
  padding-bottom:40px;
}

.team-meta-intro p.intro-text{
  margin:120px 0 40px 0;
}

.team-square{
  padding:0;
  position: relative;
}

.team-square .team-square-image{
  width:100%;
  height:auto;
}

.team-square .team-square-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-align:center;
  padding:15px;
  opacity:0;
  background-color:rgba(65, 166, 42,0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-square .team-square-overlay:hover{
  opacity:1;
}

.team-square-overlay h2{
  margin:30% 0 20px 0;
}

.team-square-overlay p{
  padding-bottom:10%;
  font-size:13px;
  font-size:1.3rem;
  font-weight:400;
  text-transform: uppercase;
}

.team-square-overlay a{
  display:block;
  color:#fff;
  font-size:13px;
  font-size:1.3rem;
  font-weight:400;
}

.team-meta-outro{
  padding-top:40px;
}

/* Mobile */
@media (max-width: 767px) {

  #team-values h3{
   text-align: left!important;
  }

  #team-values .value-left .value{
    text-align: left;
  }

}

/* Services - Services Sub Page
=====================================================*/

#services-sub-page,
#what-we-do{
  margin-bottom: 80px;
}

#what-we-do-intro{
  text-align: center;
  margin:80px 0 60px 0;
}

#services-sub-intro{
  text-align: center;
  margin:80px 0 40px 0;
}

#featured-services{
  margin-top:80px;
}


.services-box{
  text-align: center;
  margin-bottom:60px;
  overflow: hidden;
  position: relative;
}

.services-box h4{
  margin:0 0 20px 0;
  text-transform: uppercase;
  position: relative;
  z-index:1;
}

.services-box h4 img{
  margin-top:-5px;
  margin-right:10px;
}

.services-box a{
  display: block;
  padding:20px;
}

.services-box a p{
  color:#666666;
  margin:0px;
  position: relative;
  z-index:1;
}

.service-box-hover{
  padding:20px;
  position: absolute;
  z-index:2;
  top:0;
  left:0;
  width:100%;
  height:100%;
  min-height:225px;
  background-color: #E85725;
  opacity:0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-box-hover p.alt-hover-text{
  display: none;
  position: absolute;
  top:0;
  z-index:999;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-box-hover.alt-hover p{
  display: inline-block;
}

.service-box-hover p.white-btn{
  width:auto;
  max-width: 170px;
}

.service-box-hover p.white-btn:hover{
  color:#E85725;
}

.service-box-hover.alt-hover p.read-more{
  display: none;
}

.services-box .service-box-hover p{
  color:#fff;
}

.services-box:hover .service-box-hover{
  opacity:1;
}

/* Clients
=====================================================*/

#clients{
    margin-bottom: 125px;
}

#client-intro {
  margin:60px 0 60px 0;
}

#ticks-intro{
  margin-bottom:60px;
  text-align: center;
}

#client-intro .tick-text{
  padding-left:30px;
  background-image:url('images/icons/tick.png');
  background-repeat: no-repeat;
  background-position: left top 7px;
}

#clients-content{
  margin:60px 0;
}

#clients-grid{}

#clients-grid .clients-grid-logo{
  border:1px solid #ccc;
  width:165px;
  height:165px;
  margin:0 auto 30px auto;
  position: relative;
}

#clients-grid .clients-grid-logo img{
  position: absolute;
  max-width:90%;
  max-height:100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.client-testimonial{
  padding-bottom:30px;
}

.client-testimonial h4{
  font-style: italic;
  margin-top:15px;
}

.client-testimonial h4 span{
  color:#41A62A;
  font-weight:500;
  margin:0 5px;
}

.client-testimonial p{
  color:#414042;
  font-weight:500;
}

.client-testimonial p span{
  color:#41A62A;
}

#client-types-intro{
  padding:30px 0 60px 0;
}

.client-type-box{
  padding-bottom: 30px;
}

/* Small Desktop */

@media (min-width: 992px) and (max-width: 1199px) {

  #clients-grid .clients-grid-logo{
    width:145px;
    height:145px;
    margin-bottom:15px;
  }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {


}

/* Mobile */
@media (max-width: 767px) {

  #clients-grid .clients-grid-logo{
    width:125px;
    height:125px;
    margin-bottom:15px;
  }


}


/* Default Page
=====================================================*/

#default-page{
  margin-bottom:80px;
}

#page-intro{
  text-align: center;
  margin:80px 0 40px 0;
}

.page-border{
  height:1px;
  max-width:50%;
  margin:0 auto 0 auto;
  background-color:#cccccc;
}

#page-content{
  margin-top:40px;
  margin-bottom:40px;
}

#page-content ul{
  padding:0 0 10px 30px;
  margin:0;
}

#page-content ul li{
  margin-bottom:10px;
}


/* Timeline
=====================================================*/

#timeline-template{
  margin: 0 0 80px 0
}

#timeline-section #team-values h3{
  text-align: center;
  margin:0 0 50px 0;
}

#timeline-section .green-timeline{
  background-color:#41A62A;
  display:block;
  width:2px;
  margin:0 auto;
  position: relative;
}

.green-timeline:before,
.green-timeline:after{
  content:"";
  height:10px;
  width:10px;
  position: absolute;
  top:0;
  left:-4px;
  background-color:#41A62A;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.green-timeline:after{
  top:auto;
  bottom:0;
}

#timeline-section h3{text-align: center;}

#timeline-section .value-left{
  text-align: right;
}

#timeline-template #timeline-section{
  margin-bottom:80px;
}

#timeline-template #timeline-section .value-right{
  margin-top:90px;
}

#timeline-template #timeline-section .timeline-section{
  padding-bottom:90px;
}


/* Archive Case Study
=====================================================*/

#archive-case-study{
    margin-bottom: 125px;
}

#archive-case-study-grid{
  margin-bottom:40px;
}

.case-study-cards-intro p.intro-text{
  text-align: center;
  margin: 80px 0px 40px;
}

.case-study-cards-intro .page-border{
  max-width:85%;
}

.case-study-cards-intro #case-study-filters{
  text-align: center;
}


/* Single Case Study
=====================================================*/

#single-case-study{
    margin-bottom: 125px;
}

#case-study-banner{
  position: relative;
  padding-top:145px;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

#case-study-banner .banner-overlay{
  position: absolute;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(65,64,66,0.6);
}

#case-study-banner-text{
  text-align: center;
  position: relative;
  z-index:9;
  opacity:0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

#case-study-banner-text.fade-in{
  opacity:1;
}

#case-study-banner-text img{
  max-width:100%;
  margin-bottom:45px;
}

#case-study-banner-text h4{
  margin:0 auto 50px auto;
  max-width:60%;
}

#case-study-banner ul.service-list{
  padding:0;
  margin:0 auto 120px auto;
}

#case-study-banner ul.service-list li{
  list-style-type: none;
  display: inline-block;
  color:#fff;
  padding-left:20px;
  position:relative;
}

#case-study-banner ul.service-list li:before{
  content:"●";
  font-size:12px;
  position: absolute;
  left:5px;
  top:3px;
}

#case-study-banner ul.service-list li:first-child{
  padding:0;
}

#case-study-banner ul.service-list li:first-child:before{
  display:none;
}

#case-study-intro{
  text-align: center;
  padding:80px 0 90px;
}

#case-study-solution{
  background-image:url('images/backgrounds/case-study-diamond.jpg');
  background-size:  auto 100%;;
  padding:100px 0 70px 0;
  position: relative;
}

#case-study-solution-col2{
  position: relative;
  margin-top:70px;
  text-align: center;
}

a.site-button{
  display: block;
  margin:40px auto 0 auto;
  padding:10px 0;
}

#case-study-solution .white-top-angle{
  background-color:#fff;
  height:100px;
  width:200%;
  margin-left:-1%;
  position: absolute;
  top:-100px;
  z-index:99;
  -webkit-transform:rotate(-1.5deg);
  -moz-transform:rotate(-1.5deg);
  -o-transform:rotate(-1.5deg);
  transform:rotate(-1.5deg);
}

#case-study-repeater .case-study-block{
  margin-top:50px;
  min-height: 50px;
}

#case-study-repeater .case-study-block img{
  margin-top:16px;
}

#single-case-study-grid{
  margin-top:70px;
}

#case-study-screenshots{
  text-align: center;
}

#case-study-screenshots .case-study-screenshot{
  background-color:#f1f1f1;
  margin-top:80px;
  margin-left:-100px;
  margin-right:100px;
  padding:1%;
  opacity:0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

#case-study-screenshots .case-study-screenshot.fade-screnshot{
  opacity:1;
  margin-left:0px;
  margin-right:0px;
}

#case-study-screenshots img{
  max-width:100%;
}

#single-case-study-grid .case-study-grid-border{
  height: 1px;
  background-color:#cccccc;
  max-width:80%;
  margin: 0 auto;
}

#single-case-study-grid .case-study-grid-intro{
    margin-top:70px;
}

#single-case-study .contact-cta{
  margin-top:55px;
}

#single-case-study .case-study-nav{
  margin-top:40px;
}

#single-case-study .case-study-nav a{
  display: inline-block;
  min-width:33%;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  #case-study-solution-col2 img{
    margin-top:0px;
  }

  #single-case-study .case-study-nav a{
    min-width:32.9%;
  }

}

/* Mobile */
@media (max-width: 767px) {

  #case-study-banner-text h4{
    max-width:90%;
  }

  #case-study-banner ul.service-list li{
    display: block;
    padding:0 0 5px 0;
  }

  #case-study-banner ul.service-list li:before{
    display: none;
  }

  #case-study-solution-col2{
    margin-top:0;
    padding-bottom:10%;
  }

  #case-study-solution-col2 .col-xs-6,
  #case-study-solution-col2 .col-xs-12{
    padding:0;
  }


  #case-study-repeater .case-study-block{
    min-height:0;
  }

  #case-study-repeater .case-study-block-mobile{
    margin-top:0;
  }

  #single-case-study .case-study-nav a{
    min-width:100%;
    margin:15px 0;
  }

}

/* Blog - Archive
=====================================================*/

.case-study-square h3.blog-post-title {
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 999;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page-content li > ul {
    padding: 10px 0 0 30px;
}


/* 404
=====================================================*/

.error404 header{
  background-color: #666666;
}

#four0four{
  text-align: center;
  margin-top:120px;
}

#four0four h2{
  font-size:120px;
  font-size:12rem;
}

/* Contact Us
=====================================================*/

.acf-map {
  width: 100%;
  height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* Sitemap
=====================================================*/

#page-content .page-list .current_page_item > a{
  font-weight: 300;
}

#page-content .page-list li{margin-left: 3px;}

/* Forms
=====================================================*/


div.gform_wrapper{
  max-width:420px;
  margin:0 auto;
}

.gform_wrapper .top_label label.gfield_label{
  display: none;
}

.gform_wrapper .gfield .ginput_container input.medium,
.gform_wrapper .gfield .ginput_container textarea{
  width:100%;
  border:1px solid #ccc;
  padding:10px 5px;
}

.gform_wrapper ul.gform_fields li.gfield{
  margin-bottom:30px!important;
}


#page-content .gform_wrapper ul.gform_fields {
    padding: 0px;
    margin: 0px;
}

.gform_wrapper input.button{
  border:none;
  background-color:#41A62A;
  color:#fff;
  font-size:13px;
  font-size:1.3rem!important;
  text-transform: uppercase;
  font-weight:700;
  text-align: center;
  padding:5px 45px;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.gform_wrapper input.button:hover{
  background-color: #414042;
  color:#fff;
}

/* Tablet and Mobile */
@media (max-width: 767px) {

  .gform_wrapper .gform_footer{
    margin-bottom:45px!important;
  }

}

/* Breadcrumbs
=====================================================*/

#breadcrumbs-container{
  padding:10px 0;
  font-size:11px;
  font-size:1.1rem;
  font-weight:400;
  border-bottom:1px solid #ccc;
}

#breadcrumbs a,
#breadcrumbs span.breadcrumb_last{
  margin:0 5px;
  text-transform:uppercase;
}


/* Colour
=====================================================*/

/* Team*/
.page-template-team #default-banner{
  background-color:#41A62A;
}

/*Our work*/
#archive-case-study #default-banner{
  background-color:#dbb62e;
  border-color:#dbb62e;
}

/*Our process*/
#timeline-template #default-banner{
  background-color:#1a77b9;
  border-color:#1a77b9;
}

/*Services*/
#what-we-do #default-banner,
#default-page #default-banner,
#services-sub-page #default-banner{
  background-color:#E85725;
  border-color:#E85725;
}

/*Clients*/
#clients #default-banner{
  background-color:#944073;
  border-color:#944073;
}

/*Contact*/
#contact-page #default-banner{
  background-color:#ec488b;
  border-color:#ec488b;
}


/* Footer
=====================================================*/

footer{
 padding-top:20px;
 border-top:1px solid #cccccc;
 border-bottom:10px solid #41a62a;
 position: relative;
 background-color:#fff;
 z-index:1;
}

footer .footer-logo{
  max-width:197px;
  display:block;
}

footer #mc_embed_signup{
  margin-top:13px;
}

footer #mc_embed_signup label{
  padding-top:6px;
  float:left;
  font-size:13px;
  font-size:1.3rem;
  color:#414042;
  font-weight:600;
  text-transform: uppercase;
}

footer #mc_embed_signup input.email{
  font-size:13px;
  font-size:1.3rem;
  color:#a1a1a1;
  float:left;
  margin-left:15px;
  border:1px solid #cccccc;
  padding:5px 30px 5px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

footer #mc_embed_signup input.button{
  font-size:13px;
  font-size:1.3rem;
  color:#fff;
  font-weight:700;
  text-transform: uppercase;
  background-image:url('images/tiny-mail.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: inline-block;
  float:left;
  margin-left:-30px;
  background-color: #41A62A;
  border:1px solid #41A62A;
  padding:5px 30px 5px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

footer .footer-social ul{
  padding:0;
  margin:0;
}

footer .footer-social li{
  display: inline-block;
  background-color: #cccccc;
  text-align: center;
  width:32px;
  height:32px;
  margin:13px 5px 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

footer .footer-social li i{
  line-height:32px;
  color:#fff;
  font-size:20px;
  font-size:2rem;
}

footer .footer-social li:hover{
  background-color: #41A62A;
}

footer img.footer-accent{
  position:absolute;
  right:0;
  bottom:-10px;
}

footer p.copyrght{
  margin:10px 0 0 0;
  font-weight:400;
  text-align: center;
  color:#a1a1a1;
  font-size:11px;
  font-size:1.1rem;
}

/* Tablet */
@media (min-width: 992px) and (max-width: 1200px) {

  footer .footer-social{
    padding:0;
  }

  footer .footer-social li{
    margin:16px 1px 0 2px;
    width:25px;
    height:25px;
  }

  footer .footer-social li a i{
    font-size:18px;
    margin-top:-3px;
  }

}

/* Tablet and Mobile */
@media (max-width: 991px) {


  .footer-logo{margin:0 auto 0 auto;}

  footer #mc_embed_signup label{
    float:none;
    display:block;
    margin:0 0 5px 0;
  }

  footer #mc_embed_signup input.email{
    float:none;
    margin:0;
  }

  footer #mc_embed_signup input.button{
    display: inline-block;
    float:none;
    margin:0;
  }

  footer .footer-social{
    margin-top:15px;
  }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

  #wrap {
    margin: 0 auto -270px;
    padding: 0 0 270px;
  }

  footer {
    text-align: center;
    height: 270px;
  }

  footer #mc_embed_signup input.email{
    float:left;
    margin:10px 0 0 25%;
    width:37%;
  }

  footer #mc_embed_signup input.button{
    display: inline-block;
    float:left;
    margin:10px 0 0-30px;
  }

}

/* Tablet and Mobile */
@media (max-width: 767px) {

   #wrap {
    margin: 0 auto -320px;
    padding: 0 0 320px;
  }

  footer {
    text-align: center;
    height: 320px;
  }

  footer #mc_embed_signup input.email{
    width:100%;
    margin-bottom:10px
  }

  footer #mc_embed_signup input.button{
    width:100%;
  }

}

/* Browser Queries
=====================================================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
