/*
 * Theme Name: KanbanWP 2017
 * Version: 0.0.1
 * Author: Gelform Inc
*/
html, body {
  height: 100%; }

*:focus,
*:active,
*:hover {
  outline: none; }

body {
  color: #222b33;
  font-family: 'Raleway', sans-serif;
  font-size: 1.82em;
  overflow-x: hidden; }

h1 {
  margin-bottom: 57.3px;
  text-align: center; }

h2 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
  font-weight: bold;
  letter-spacing: 1.618px;
  margin: 0 0 30px 0;
  padding-bottom: 9.27px;
  opacity: .9; }
  h2 small {
    color: #222b33;
    display: block;
    font-size: .618em;
    opacity: .382;
    padding-bottom: 9.27px;
    text-transform: uppercase; }

#wrapper-page {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -24em;
  position: relative; }
  #wrapper-page:after {
    content: "";
    display: block;
    height: 24em; }
  #wrapper-page > .container {
    padding-bottom: 150px; }

#page-content-wrapper {
  min-height: 300px; }

.nav-pills > li.active > a, .nav-pills > li.activea:focus, .nav-pills > li.activea:hover {
  background: rgba(34, 43, 51, 0.142); }

.btn {
  border: 0;
  cursor: pointer;
  text-transform: uppercase; }
  .btn small {
    display: block;
    font-size: .618em; }

.btn-primary {
  background: #90c745;
  /* Old browsers */
  background: -moz-linear-gradient(left, #90c745 0%, #2bb471 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #90c745 0%, #2bb471 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #90c745 0%, #2bb471 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-kb-green', endColorstr='$color-kb-green-dark', GradientType=1);
  /* IE6-9 */
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.236);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.236);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.236); }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.618);
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.618);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.618); }

.btn-success {
  background: rgba(144, 199, 69, 0.82);
  color: #222b33; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #90c745;
    color: #222b33; }

.btn-secondary {
  background: rgba(144, 199, 69, 0.0142);
  -moz-box-shadow: inset 0px 0px 0px 2px #90c745;
  -webkit-box-shadow: inset 0px 0px 0px 2px #90c745;
  box-shadow: inset 0px 0px 0px 2px #90c745;
  color: #222b33; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: rgba(144, 199, 69, 0.142);
    color: #222b33; }

.btn-default {
  background: rgba(34, 43, 51, 0.0142);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(34, 43, 51, 0.236);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(34, 43, 51, 0.236);
  box-shadow: inset 0px 0px 0px 2px rgba(34, 43, 51, 0.236);
  color: #222b33; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    background: rgba(34, 43, 51, 0.1);
    color: #222b33; }

.input-group .btn {
  border: 1px solid rgba(34, 43, 51, 0.382);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

aside .aside-form-search {
  margin: 2em 0 35.4px; }
aside .widget {
  margin-bottom: 35.4px; }
  aside .widget ul {
    list-style: none;
    padding: 0; }

.pagination .page-numbers {
  background: rgba(144, 199, 69, 0.082);
  display: inline-block;
  padding: 15px;
  min-width: 3em;
  text-align: center;
  width: auto; }

.jumbotron {
  background: rgba(34, 43, 51, 0.082); }

.panel-register-signin {
  display: inline-block; }
  .panel-register-signin .h3 {
    margin-top: 0; }

#row-register-signin .wrapper-register-signin {
  text-align: center; }

.wp-social-login-widget {
  white-space: normal; }

.wp-social-login-provider {
  border-radius: 5px;
  color: white;
  display: inline-block;
  line-height: 1.236;
  max-width: 8em;
  padding: 15px;
  text-decoration: none !important; }
  .wp-social-login-provider:before {
    content: 'Sign in with '; }
  .wp-social-login-provider:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    margin-top: .382em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .wp-social-login-provider:hover {
    color: white;
    text-decoration: none; }

.wp-social-login-provider-facebook {
  background-color: #466199; }
  .wp-social-login-provider-facebook:after {
    content: "\f09a"; }

.wp-social-login-provider-twitter {
  background-color: #3aacdd; }
  .wp-social-login-provider-twitter:after {
    content: "\f099"; }

.wp-social-login-provider-google {
  background-color: #e0523b; }
  .wp-social-login-provider-google:after {
    content: "\f0d5"; }

sup.currency {
  color: #CCC;
  font-size: .618em;
  top: -.236em; }

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%; }

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.menu-account-sub-nav-container {
  margin: -45px 0 30px;
  text-align: center; }
  .menu-account-sub-nav-container .nav-account-sub {
    display: inline-block; }

#edd_checkout_wrap legend {
  background: rgba(144, 199, 69, 0.382);
  color: #222b33;
  line-height: inherit;
  padding: .236em !important; }

#navbar-site-wide {
  background-color: rgba(160, 199, 117, 0.082);
  border-bottom: 1px solid rgba(160, 199, 117, 0.142);
  margin: 0 0 57.3px 0;
  padding: 35.4px 0 35.4px 0; }
  #navbar-site-wide #navbar-site-wide-brand {
    float: left; }
    @media screen and (max-width: 991px) {
      #navbar-site-wide #navbar-site-wide-brand {
        float: none; } }
  #navbar-site-wide #navbar-site-wide-toggle {
    display: none;
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      #navbar-site-wide #navbar-site-wide-toggle {
        display: block;
        text-align: center; } }
  #navbar-site-wide .nav-site-wide {
    float: right; }
    @media screen and (max-width: 991px) {
      #navbar-site-wide .nav-site-wide {
        clear: both;
        display: inline-block;
        float: none;
        margin-top: 15px; }
        #navbar-site-wide .nav-site-wide li {
          display: inline-block;
          float: none; } }
    @media screen and (max-width: 767px) {
      #navbar-site-wide .nav-site-wide {
        display: none; }
        #navbar-site-wide .nav-site-wide li {
          display: block;
          margin: 0; }
          #navbar-site-wide .nav-site-wide li a {
            background: rgba(34, 43, 51, 0.082);
            display: block; } }
    #navbar-site-wide .nav-site-wide a {
      color: #222b33; }
      #navbar-site-wide .nav-site-wide a:hover, #navbar-site-wide .nav-site-wide a:active, #navbar-site-wide .nav-site-wide a:focus {
        background: rgba(144, 199, 69, 0.82);
        color: white; }
  @media screen and (max-width: 991px) {
    #navbar-site-wide {
      text-align: center; } }

#footer-site-wide {
  background: #222b33;
  min-height: 24em;
  height: 24em;
  position: relative;
  z-index: 1; }
  #footer-site-wide * {
    color: white; }
  #footer-site-wide .row {
    margin-top: 45px; }
  #footer-site-wide img {
    display: block;
    margin: 15px 0;
    width: 125px; }
  #footer-site-wide #footer-copyright,
  #footer-site-wide address,
  #footer-site-wide li a {
    opacity: .382; }
  #footer-site-wide #footer-copyright {
    font-size: .82em;
    margin-top: 2em; }
  #footer-site-wide a {
    text-decoration: underline; }
    #footer-site-wide a:hover, #footer-site-wide a:active, #footer-site-wide a:focus {
      opacity: 1 !important; }
  #footer-site-wide .btn-default {
    background: white;
    box-shadow: none;
    color: #222b33;
    margin-bottom: 1em;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    #footer-site-wide {
      height: auto;
      padding-bottom: 30px; }
      #footer-site-wide img {
        margin: 0 auto 30px !important; }
      #footer-site-wide .col {
        text-align: center; } }

#modal-download .h1 {
  margin-bottom: 1em; }
#modal-download iframe {
  height: 0;
  width: 0;
  opacity: 0; }
#modal-download .form-download-thanks {
  margin: 15px auto 0;
  max-width: 80%; }
#modal-download .form-download-no-thanks {
  margin-top: 1em;
  text-align: center; }
  #modal-download .form-download-no-thanks button {
    text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
