/*
 * Theme Name: GelWP 2015
 * Description: A theme for GelWP
 * Version: 1.0.0
 * Author: Gelform
*/
/**
 * Common mixins
 */
/*
 * media query sizes based on bootstrap
 * CSS:
 * @media screen and (max-width: $screen-sm-max) {
 *    display: none;
 * }
 * 
 */
/**
 * colors
 * 
 */
/**
 * size variables
 */
/**
 * @link https://gist.github.com/garyharan/957284
 * MODIFIED: spread added
 */
/**
 * @link https://gist.github.com/garyharan/957284
 * MODIFIED: all 4 corners added
 */
/**
 * For vertical-aligning elements
 * Works well with the Bootstrap carousel
 *
 * HTML:
 * <div class="wrapper">
 *     <div class="content">centered content</div>
 * </div>
 *
 * CSS:
 * .wrapper {@include vertical-align-wrapper();}
 * .content {@include vertical-align();}
 */
/**
 * Commonly reused styles
 */
/**
 * Site-wide styles
 */
html,
body {
  height: 100%; }

body {
  background: #D1E3EB url(/wp-content/themes/gelwp-2015/img/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#wrapper-all {
  min-height: 100%;
  position: relative; }

#wrapper-content {
  padding-bottom: 30em; }
  #wrapper-content > .container {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative; }
    #wrapper-content > .container > * {
      position: relative;
      z-index: 1; }
    #wrapper-content > .container:after {
      background: white;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      opacity: .82;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; }

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

form.alert {
  background: #21759B;
  color: white; }
  form.alert * {
    line-height: 1.618; }
  form.alert h3 {
    margin: 0; }
  form.alert input {
    background: none;
    border: 2px solid white; }

a {
  color: #21759b; }

#header-site h1,
.page-title {
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  text-align: center; }

.site-title {
  color: #999;
  font-family: 'Lato', sans-serif;
  font-size: 4em;
  font-weight: 100;
  letter-spacing: -2;
  text-transform: uppercase; }

.btn-primary {
  background: #555;
  border-width: 0; }

.btn-success {
  background: #21759b;
  border-width: 0; }

.row-articles article {
  margin-bottom: 15px; }
  .row-articles article a.btn {
    background: white;
    border-width: 0;
    overflow: hidden;
    position: relative;
    white-space: normal; }
    .row-articles article a.btn > * {
      position: relative;
      z-index: 1; }
    .row-articles article a.btn img {
      margin-bottom: 7.5px; }
    .row-articles article a.btn .exceprt {
      padding: 0 15px;
      text-align: left; }
    .row-articles article a.btn small.label {
      color: white;
      font-size: .618em; }
.row-articles article.type-blog_post h1 {
  padding: 0 15px;
  text-align: left; }

#section-projects .img-thumb {
  background: white;
  -webkit-box-shadow: inset 0px 0px 6px 0px #999;
  -moz-box-shadow: inset 0px 0px 6px 0px #999;
  box-shadow: inset 0px 0px 6px 0px #999;
  margin: 7.5px 15px;
  padding: 7.5px; }

body.single article h1 {
  margin-bottom: 30px;
  padding: 0; }

.link-to-post_type {
  display: block;
  margin-bottom: -15px; }

.col-sidebar {
  margin-top: 3em; }
  .col-sidebar ul {
    list-style: none;
    padding: 0; }
    .col-sidebar ul li {
      margin-bottom: 1em; }

/**
 * Header styles
 */
#header-site {
  color: #21759b;
  font-size: 1.382em;
  line-height: 1;
  margin: 60px 0; }
  #header-site img {
    height: 2em;
    margin-right: -.5em;
    vertical-align: bottom; }
  #header-site small {
    color: #31a1d3;
    font-size: .618em;
    padding-left: .618em; }

/**
 * Footer styles
 */
#site-footer {
  background: #333;
  color: white;
  bottom: 0;
  height: 20em;
  position: absolute;
  width: 100%; }
