/* 
      ___        ___      ___        ___     
     /\__\      /\  \    /\  \      /\  \    
    /::|  |    /::\  \   \:\  \    /::\  \   
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \   
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _   
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /     
      /:/  /  \:\ \/__/\/__/         /:/  /        
     /:/  /    \:\__\               /:/  /          
     \/__/      \/__/               \/__/    


Theme Name: Dinky Featherstone
Description: 
Version: 999
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/

/*============Sticky Footer============*/

html,
body {
  height: 100%;
  background-color:#f9f9f9;
}
      
#wrap {
  max-width:1440px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -120px;
  padding: 0 0 120px;
  background-color:#fff;
}
     
footer {
  max-width:1440px;
  margin:0 auto;
    height: 120px;
}

.clear{clear:both;}

/*==========Fonts & Headings===========*/

body{
  font-family: 'Lato', sans-serif;
  font-size:17px;
  font-size:1.7rem;
  font-weight: 300;
  color:#898989;
}

h1{
  color:#fff;
  font-weight:200;
  font-size:62px;
  font-size:6.1rem;
  line-height: 1.3;
}

h2{
  font-size:31px;
  font-size:3.1rem;
  color:#564f63;
  line-height: 1.4;
  margin:10px 0 20px 0;
}

h3{
  font-size:25px;
  font-size:2.5rem;
  color:#564f63;
  line-height: 1.4;
  margin:10px 0 20px 0;
}

h4{
  font-size:19px;
  font-size:1.9rem;
  color:#564f63;
  line-height: 1.4;
  margin:10px 0;
}

h5{
  
}

h6{
  
}

p{
  line-height: 1.9;
}

blockquote {
  color:#a5778c;
  font-size: 2.7rem;
  font-style: italic;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}

strong{font-weight:bold;}

img{
  max-width:100%;
  height:auto;
}

a{
  color:#564f63;
  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{
  color:#564f63;
  text-decoration:none;
}

a:hover{
  color:#564f63;
  text-decoration: underline;
}

a:active{
  color:#564f63;
  text-decoration:none;
}

.alignright {float:right; margin:0 0 15px 15px;}

.alignleft {float:left; margin:0 15px 15px 0;}

* {outline:none!important;}

.border-button{
  display:inline-block;
  color:#564f63;
  text-transform: uppercase;
  font-weight:700;
  font-size:14px;
  font-size:1.4rem;
  border:2px solid #564f63;
  padding:3px 15px;
}

.border-button:hover{
  background-color:#564f63;
  color:#fff;
   text-decoration:none;
}

/* Mobile & Tablet */
@media (min-width: 0px) and (max-width: 991px) {
  
 h1{
    font-size:40px;
    font-size:4rem;
  }
  
 h2{
    font-size:25px;
    font-size:2.5rem;
  }
  
  h3{
    font-size:22px;
    font-size:2.2rem;
  }
  
}


/* Header and Nav
==============================*/

header{
  background-color:#f2e8e6;
}

header .header-logo img{
  width:100%;
  max-width:350px;
  margin:13px 0 9px 0;
}

nav.main-menu ul{
  padding:0 0 0 0;
  margin:0;
  display:inline-block;
  position: relative;
}

nav.main-menu li{
  display:inline-block;
  padding:0;
  margin:0 0 0 0;
  position: relative;
}

nav.main-menu li a{
  color:#564f63;
  text-transform: uppercase;
  font-weight:700;
  font-size:14px;
  font-size:1.4rem;
  padding:0 15px;
  display:block;
  height:65px;
  line-height:65px;
   text-decoration:none;
}

nav.main-menu li a:hover{
  background-color:#564f63;
  color:#fff;
}

nav.main-menu ul.sub-menu{
  display:none;
  position:absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index:99999;
  text-align: left;
  overflow: hidden;
  padding:0;
}

a.shiftnav-toggle{
  display:inline-block;
  float:right;
  margin-top:12px
}

.shiftnav::after{
  display:none!important;
}

#shiftnav-main .shiftnav-inner{
  background-color:#564f63;
  padding-top:15px;
}

#shiftnav-main li a{
  color:#fff;
  text-transform: uppercase;
  font-weight:700;
  font-size:14px;
  font-size:1.4rem;
}

#shiftnav-main li a:hover{
  color:#564f63;
  background-color:#fff;
}

#shiftnav-main a.shiftnav-toggle{
  float:none;
  color:#fff;
  font-weight:700;
  font-size:14px;
  font-size:1.4rem;
  text-transform: uppercase;
  padding: 6px 25px;
  line-height: 300%;
  margin:0;
}

#shiftnav-main a.shiftnav-toggle i{
  margin-right:5px;
  font-size:18px;
  font-size:1.8rem;
}

/* Small Desktop */
@media (min-width: 992px) and (max-width: 1199px) {

nav.main-menu li a{
  padding:0 5px;
}
 
}

/* Mobile */
@media (max-width: 767px) {
  
  #shiftnav-main{
    max-width:100%!important;
    width:100%!important;
    text-align: center;
  }
  
}

/* Home
==============================*/

#home-banner{
  position: relative;
}


#home-banner img{
  width:100%;
  height:auto;
}

#home-banner .banner-text{
  position: absolute;
  z-index:999;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home-contact{
  min-height:100px;
  background-color:#f2e8e6;
  text-align: center;
  padding:35px 0;
  position: relative;
}

#home-contact h4{
  margin:0 0 20px 0;
}

#home-contact img.dinky-image{
  position: absolute;
  bottom:0;
  right:5%;
}

#home-next-lvl,
#home-eft{
  padding:100px 0;
  text-align: center;
}

#home-next-lvl a,
#home-eft a{
  font-weight:bold;
  text-decoration: underline;
}

#home-grid{
  padding:70px 0;
  background-image:url('images/grid-bg.jpg');
  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-grid h2{
  margin:0 0 70px 0;
  color:#fff;
  text-align: center;
}

#home-grid .col-sm-6{
  margin-bottom:30px;
}

.grid-box{
  background-color:#fff;
  padding:0;
  margin:0 0 30px 0;
}

.grid-box img{
  width:100%;
  height:auto;
}

.grid-box .box-content{
  padding:35px;
  text-align: center;
}

.box-content h3{
  margin:0 0 15px 0;
}

#home-testimonials{
  background-color:#f2e8e6;
  text-align: center;
  padding:70px 0 35px 0;
}

#testimonial-carousel .item{
    min-height:115px;
}

#testimonial-carousel .item p{
  position:relative;
  color:#a5778c;
  font-size:36px;
  font-size:3.6rem;
  font-weight:200;
  font-style: italic;
  padding:0 6%;
}

#testimonial-carousel .item:before,
#testimonial-carousel .item:after{
  height:50px;
  width:50px;
  position: absolute;
  background-repeat: no-repeat;
  content:"";
}

#testimonial-carousel .item:before{
  background-image:url("images/speech-left.png");
  left:0;
  top:0;
}

#testimonial-carousel .item:after{
  background-image:url("images/speech-right.png");
  right:0;
  bottom:0;
}

#testimonial-carousel ol.carousel-indicators{
  position: relative;
  top:auto;
  bottom:auto;
  margin-top:15px;
}

#testimonial-carousel ol li{
  border:none;
  display: inline-block;
  height:10px; 
  width:10px;
  margin:0 3px;
  background-color:#e3cfd5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#testimonial-carousel ol li:hover,
#testimonial-carousel ol li.active{
  background-color:#a5778c;
}

/* Small Desktop */
@media (min-width: 992px) and (max-width: 1199px) {

  #home-contact img.dinky-image{
    position: absolute;
    bottom:0;
    right:15px;
    width:450px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  
  .grid-box{
    max-width:570px;
    margin:0 auto 40px auto;
  }
  
  #home-contact img.dinky-image{
    position: absolute;
    bottom:0;
    right:15px;
    width:350px;
  }
  
}

/* Mobile */
@media (max-width: 767px) {
  
  #home-banner{
    position: relative;
    background-color:#564f63;
  }

  #home-banner img{
    display:none;
  }

  #home-banner .banner-text{
    position: relative;
    z-index:999;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
  }
  
  #home-banner .banner-text h1{
    font-size:40px;
    font-size:4rem;
    margin:40px 15px;
  }
  
  #home-contact img.dinky-image{
    display: none;
  }
  
  #testimonial-carousel .item:before,
  #testimonial-carousel .item:after{
    height:25px;
    width:25px;
    background-size: 100% auto;
  }
  
}

/* Page
==============================*/

#page-header{
  background-image:url('images/blog-banner.png')
}

#page-header h1{
  margin:30px 0;
}

#page-content{
  padding:80px 0 70px 0;
}

/* Blog
==============================*/

#blog-archive-header{
  background-image:url('images/blog-banner.png')
}

#blog-archive-header h1{
  margin:30px 0;
}

#blog-grid{
  padding:70px 0;
}

#blog-grid .blog-box a{
  display:block;
  text-decoration: none!important;
}

.blog-box .blog-box-content{
  margin-bottom:50px;
  position: relative;
}

.blog-box .blog-box-content h3{
  margin:0;
  padding:30px 0 20px 0;
  line-height:1.2;
}

.blog-box .blog-box-content p{
  color:#898989;
  font-size:14px;
  font-size:1.4rem;
  margin:0;
  padding:0 0 30px 0;
}

.blog-box .blog-box-content ul.blog-meta{
  padding:0;
  margin:0;
}

.blog-box .blog-box-content ul.blog-meta li{
  display: inline-block;
  margin-bottom:5px;
}

.blog-box ul.blog-meta li time{
  margin-right:5px;
}

.blog-box ul.blog-meta li time i{
  margin-right:5px;
}

.blog-box ul.blog-meta li a{
    margin:0 0 0 5px;
}

.alm-btn-wrap{
  text-align:center;
  clear:both;
}

.alm-btn-wrap button{
  display:inline-block;
  background-color:#fff;
  color:#564f63;
  text-transform: uppercase;
  font-weight:700;
  font-size:14px;
  font-size:1.4rem;
  border:2px solid #564f63;
  padding:3px 15px;
}

.alm-btn-wrap button.done{
 display:none;
}

.alm-btn-wrap button:hover{
  background-color:#564f63;
  color:#fff;
   text-decoration:none;
}

/* Single Blog
==============================*/

#single-blog-banner{
  position: relative;
}

#single-blog-banner img{
  width:100%;
  height:auto;
}

#single-blog-banner .banner-text{
  position: absolute;
  top:0;
}

#single-blog-banner .banner-text h1{
  margin:30px 0 0 0;
}

#single-blog-banner .banner-text h2{
  color:#fff;
  margin:30px 0 0 0;
}

#single-blog-content{
  padding:80px 0 130px 0;
}

.blog-sidebar ul.post-cats{
  border-top:1px solid #c4dbdd;
  border-bottom:1px solid #c4dbdd;
  padding:30px 0;
  margin:20px 0 30px 0;
  display:block;
  list-style-type: none;
}

.blog-sidebar ul.post-cats li{
  display:inline-block;
}

ul.post-cats time i{
  margin-right:5px;
}

.blog-sidebar ul.blog-cats{
  border-top:1px solid #c4dbdd;
  border-bottom:1px solid #c4dbdd;
  padding:30px 0;
  margin:30px 0;
  list-style-type: none;
}

ul.blog-cats li.title-cats{
  font-size:13px;
  font-size:1.3rem;
  color:#564f63;
  font-weight:700;
  margin-bottom:15px;
}

ul.blog-cats li a{
  color:#898989;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  
  .blog-sidebar ul.post-cats li{
      display:block;
    }
  
  .blog-sidebar ul.post-cats li.spacer{
    display:none;
  }
  
}

/* Mobile */
@media (max-width: 767px) {
  
  #single-blog-banner{
    background-color:#564f63;
    padding-bottom:30px;
  }

  #single-blog-banner img{
    display:none;
  }

  #single-blog-banner .banner-text{
    position: relative;
    top:auto;
  }

   #single-blog-content{
    padding:30px 0 30px 0;
  }
  
}

/* Podcasts
==============================*/

.blog-sidebar ul.blog-cats li.view-all-podcasts{
  margin-top:15px;
  font-size:13px;
  font-size:1.3rem;
  color:#564f63;
  font-weight:700;
}

/* Testimonials
==============================*/

.single-testimony{
  position: relative;
  border-top:1px solid #F2E8E6;
  margin-top:30px;
}

.single-testimony p{
  margin:0;
  padding:30px 0 0 0;
}

.single-testimony span{
  display: block;
  margin-top:5px;
  font-weight:700;
}

/* Contact
==============================*/

#page-content .gform_wrapper{
  margin:0;
}

#page-content .gform_wrapper .gfield input,
#page-content .gform_wrapper .gfield textarea{
  border:1px solid #a1a1a1;
  max-width:420px;
  width:100%;
}

#page-content .gform_footer .button{
  background-color: transparent;
  display:inline-block;
  color:#564f63;
  text-transform: uppercase;
  font-weight:700;
  font-size:14px;
  font-size:1.4rem;
  border:2px solid #564f63;
  padding:3px 45px;
}

#page-content .gform_footer .button:hover{
  background-color:#564f63;
  color:#fff;
   text-decoration:none;
}

/* Footer
==============================*/

footer{
  background-color:#90bbcb;
  overflow:hidden;
}

.footer-left{
  overflow: hidden;
}

.footer-left img{
  margin-top:-25px;
}

.footer-phone,
.footer-email{
  position: relative;
  margin-top:32px;
  padding-top:15px;
}

.footer-phone span,
.footer-email span{
  position: absolute;
  top:0;
  color:#564f63;
  text-transform: uppercase;
  font-weight:700;
  font-size:14px;
  font-size:1.4rem;
}

.footer-phone a{
  color:#564f63;
  font-weight:700;
  font-size:28px;
  font-size:2.8rem;
}

.footer-email a{
  color:#564f63;
  font-weight:200;
  font-size:18px;
  font-size:1.8rem;
  text-decoration: underline;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

 .footer-left img{
    margin-left:30px;
  }

}

/* Mobile */
@media (max-width: 767px) {
  
  .footer-left img{
    margin:-5% 0 0 0;
    max-width:100%;
  }

  footer{
    overflow:visible;
    height:auto;
  }
  
  .footer-phone,
  .footer-email{
    position: relative;
    margin:15px;
  }

}

/****************************************/
/***** MEDIA QUERY FOR BELOW 767PX ******/
/****************************************/

@media (max-width: 767px) {

  

}

/****************************************/
/**** MEDIA QUERY FOR 768PX - 991PX *****/
/****************************************/

@media (min-width: 768px) and (max-width: 991px) {

  

}

/****************************************/
/*** MEDIA QUERY FOR 992PX - 1199PX *****/
/****************************************/

@media (min-width: 992px) and (max-width: 1199px) {

  
 
}

/****************************************/
/*** MEDIA QUERY FOR 1200PX AND ABOVE ***/
/****************************************/
@media (min-width: 1200px) {

  

}

/**************************************/
/*** CHROME AND SAFARI SPECIFIC CSS ***/
/**************************************/

@media screen and (-webkit-min-device-pixel-ratio:0) {
  
  
  
}

/**************************************/
/******** IE 10+ SPECIFIC CSS *********/
/**************************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}