/*
Theme Name: TopCat Creatives Ltd
Theme URI: http://topcat.io
Author: Wesley Warner
Author URI: http://topcat.io
Description: 2014 TopCat Creatives site
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TopCat
Text Domain: topcat

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


h1, h2, h3 {
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1;
}

.footer p.lead {
  font-size: 16px;
}

h1 {
  color: #ccc;
  font-size: 40px;
}

h2 {
  color: #5A5A5A;
  font-size: 40px;
}

h3 {
  color: #999999;
  font-size: 26px;
  font-weight: 400;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  margin-top: 50px;
  margin-bottom: 30px;
}


.container-full, .container-full-section {
  width: 100%;
}

.container-space, .container-full-section {
  background-color: #fff;
}

.container-full-section {
  padding: 40px 0;
}

.just-top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-alternate {
  background-color: #EBEFF2;
}

.container-page {
  margin-top: 76px;
  margin-bottom: 80px;
	
}

.container-category {
  margin-top: 30px;
  margin-bottom: 80px;
}

.container-section {
  margin-top: 20px;
}

.page-title {
  margin-top: 50px;
}

.img-lead {
  margin-top: 20px;
}

.md-left, .md-right {
  text-align: center;
}

/*
 
  Nav
  
*/
#topcat-nav {
  background-color: #fff;
}

.navbar {
  margin-bottom: 0;
  z-index: 1000;
}

.navbar-nav {
  margin: 0;
}

.navbar-fixed-top {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.navbar-default {
  border-width: 0;
  border-radius: 0;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
  border-top: 4px solid #fff;
}

.navbar-default .navbar-nav > .active {
  border-top: 4px solid #428BCA;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #428BCA;
  background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #428BCA; 
}

.nav li {
  padding: 10px 0;
}

.nav li a {
  border-radius: 4px;
  z-index: 100;
}

.navbar-brand {
  padding: 10px;
}
  
.logo {
  font-size: 22px;
  font-weight: bold;
  /*color: #444;*/
  color: #444;
}

.logo small {
  /* color: #049bda;*/
}

.logo small {
  font-weight: normal;
}
  
.topcat-icon {
  width: 32px;
}

#home {
  position: relative;
}

/*
  Showcase
*/

#showcase {
  position: relative;
  top: 0;
  left: 0;
  z-index: -10;
}

/* Since positioning the image, we need to help out the caption */

.dark-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #000;
  opacity: 0.6;
  z-index: 10;
}

.caption-container {
  position: absolute;
  display: table;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  text-align: center;
  
}

.caption {
  width: 100%;
  vertical-align: middle;
  display:table-cell;
  opacity: 1;
}

.caption h1 {
  font-size: 80px;
  color: #fff;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
}

.caption p {
  font-size: 32px;
  color: #ccc;
}

/*
  coffee showcase
*/


.container-showcase {
    position: relative;
    width: 100%;
    height: 800px;
}

.container-sliders {
    position: absolute;
    width: 20%;
    left: 40px;
    top: 0;
    z-index: 8;
}

.container-description {
    position: absolute;
    width: 100%;
    padding: 16px;
    text-align: left;
    bottom: 0;
    left: 0px;
    z-index: 8;
}

.container-description h3 {
  font-size: 18px; 
}

#coffee-map {
    position: absolute;
    width: 100%;
    height: 700px;
    left: 0px;
    top: -180px;
    z-index: 2;
    overflow: hidden
    
}

.overlay {
  fill: none;
  pointer-events: all;
}

.land {
  fill: #fff;
  stroke: #aaa;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.water {
    fill: #C5E3EB;
}

.import, .export {
    fill: none;
}

.slider {
    height: 40px;
}

.q0-green { fill:rgb(212,242,197); }
.q1-green { fill:rgb(174,230,147); }
.q2-green { fill:rgb(156,224,123); }
.q3-green { fill:rgb(123,213,84); }
.q4-green { fill:rgb(104,193,66); }
.q5-green { fill:rgb(94,176,58); }
.q6-green { fill:rgb(85,160,53); }
.q7-green { fill:rgb(75,143,46); }

.q0-red { fill:rgb(254,224,224); }
.q1-red { fill:rgb(244,183,178); }
.q2-red { fill:rgb(224,145,134); }
.q3-red { fill:rgb(208,112,96); }
.q4-red { fill:rgb(185,77,61); }
.q5-red { fill:rgb(166,47,33); }
.q6-red { fill:rgb(145,1,10); }

/*
  front page content
*/

p.lead {
	margin-top: 20px;
}

p.lead btn {
	margin-top: 20px;
}

/*
 
  Footer
  
*/

.footer {
  padding: 50px 0;
  border-top: 1px solid #E5E5E5;
  color: #555555;
}

/*
  Front page portolio images
*/

.portfolio-post-left {
  padding-right: 40px;
  position: relative;
}

.portfolio-post-right {
  padding-left: 40px;
}

.portfolio-img-container {
  margin-top: 20px;
}


/*
  Single project page
*/
.list-project li {
  padding-bottom: 30px;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}

/*
  About page
*/

.page-section {
  padding-top: 0px;
}

/*
  Contact page
*/

.container-map {
  padding: 0;
}

#map {
  
  width:100%;
  height: 400px;
}

.img-center {
  margin: 0 auto;
}


/* Mobile handling */

@media (min-width: 768px) {
  
  .footer {
    padding: 100px 0;
  }
  
  .navbar-brand {
    padding: 18px;
    position: relative;
  }
  
  .logo {
    font-size: 26px;
    margin-left: 56px;
    line-height: 38px;
  }
  
  .topcat-icon {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 48px;
  }

  .space-left {
    padding-right: 40px;
  }

  .space-right {
    padding-left: 40px;
  }
  
  .md-left {
    text-align: left;
  }
  
  .md-right {
    text-align: right;
  }
  
  .container-full-section {
    padding: 80px 0;
  }
  
  .container-page {
    margin-top: 100px;
    margin-bottom: 80px;
	
  }
  
  .just-top {
    padding-top: 80px;
    padding-bottom: 0;
  }
  
  .no-bottom {
    padding-bottom: 0;
  }

  .page-title {
    margin-top: 70px; 
  }
  
  .img-center {
    float: right;
  }
  
  /* Coffee stuff */
  
  #coffee-map {
    position: absolute;
    width: 100%;
    height: 700px;
    left: 0px;
    top: 0px;
    z-index: 2;
    overflow: hidden
    
  }
  .container-sliders {
    position: absolute;
    width: 20%;
    left: 40px;
    top: 0;
    z-index: 8;
  }
  
  .container-description {
      position: absolute;
      width: 30%;
      text-align: right;
      bottom: 2%;
      right: 40px;
      left: auto;
      z-index: 8;
      padding: 0;
  }
  
  .container-description h3 {
    font-size: 26px;
  }
  
}




