/*@blue: #007bb6;*/
/*
Theme Name: Giving Note
Author: Eric Malcolm - Malcolm Digital
Author URI: http://malcolmdigital.com
Description: A base template with minimal style and most base components needed to make a website. Utilizes Normalize, Spartan CSS Framework and FlexSlider.
Version: 1.0
Copyright 2015 Malcolm Digital & Effortless 24/7

$Typography
$Buttons
$Header
$Mobile Menu
$Footer
$Hero
$Home
$Interior
SCharities
$FAQ
$Blog
$Dashboard

*/
/*@blue: #007bb6;*/
/* Giving Note */
/*------------------------------------*\
    $Typography
\*------------------------------------*/
body {
  color: #1e414e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
a {
  text-decoration: underline;
}
.container {
  padding: 0px;
}
h1,
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
h3,
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h1.home {
  font-size: 32px;
  text-transform: none;
  margin-bottom: 40px;
  color: #edf4f6;
}
h1,
h2.home {
  color: #1e414e;
  font-size: 42px;
}
h2,
h3.home {
  color: #8dafbc;
  font-size: 36px;
}
h3,
h4.home {
  color: #1e414e;
  font-size: 24px;
}
h4 {
  color: #8dafbc;
  font-size: 20px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
/*------------------------------------*\
    $Buttons
\*------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #8dafbc;
  color: #ffffff;
  border: 0px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #bbcfd7;
  color: #ffffff;
}
.button--large {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
}
.button.button--primary,
button.button--primary,
input[type="submit"].button--primary,
input[type="reset"].button--primary,
input[type="button"].button--primary {
  background-color: #53c27e;
}
.button.button--primary:hover,
button.button--primary:hover,
input[type="submit"].button--primary:hover,
input[type="reset"].button--primary:hover,
input[type="button"].button--primary:hover,
.button.button--primary:focus,
button.button--primary:focus,
input[type="submit"].button--primary:focus,
input[type="reset"].button--primary:focus,
input[type="button"].button--primary:focus {
  background-color: #98dab2;
}
.button.button--sub,
button.button--sub,
input[type="submit"].button--sub,
input[type="reset"].button--sub,
input[type="button"].button--sub {
  background-color: #ffd400;
  color: #1e414e;
}
.button.button--sub:hover,
button.button--sub:hover,
input[type="submit"].button--sub:hover,
input[type="reset"].button--sub:hover,
input[type="button"].button--sub:hover,
.button.button--sub:focus,
button.button--sub:focus,
input[type="submit"].button--sub:focus,
input[type="reset"].button--sub:focus,
input[type="button"].button--sub:focus {
  background-color: #ffe566;
}
/*------------------------------------*\
    $Header
\*------------------------------------*/
.picture-background {
  background-image: url(img/background-placeholder.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  color: #edf4f6;
}
.picture-background--overlay {
  background: rgba(30, 65, 78, 0.8);
  color: #edf4f6;
}
.picture-background--overlay h1 {
  color: #edf4f6;
}
.header__container {
  padding-top: 10px;
}
.header__logo {
  max-width: 316px;
}
nav .horizontal-list a {
  color: #edf4f6;
  text-decoration: none;
  text-transform: uppercase;
}
nav .horizontal-list a:hover {
  color: #48aedf;
}
nav .horizontal-list__item {
  padding-right: 30px;
  margin-top: 20px;
}
nav .horizontal-list__item:last-of-type {
  margin: 0px;
}
@media handheld, only screen and (max-width: 900px) {
  nav .horizontal-list__item {
    padding-right: 20px;
  }
}
@media handheld, only screen and (max-width: 820px) {
  nav .horizontal-list__item {
    padding-right: 17px;
  }
}
/*------------------------------------*\
    $Mobile Menu
\*------------------------------------*/
.menu__send-icon {
  display: inline-block;
}
.button--menu--send {
  line-height: 0px;
}
nav a.button {
  text-transform: none;
}
.menu--icon {
  height: 3px;
  width: 20px;
  margin-bottom: 5px;
  background-color: #edf4f6;
}
.menu--icon:last-of-type {
  margin: 0px;
}
.button--menu {
  padding: 10px;
  height: auto;
  width: auto;
  margin-left: 10px;
}
@media handheld, only screen and (max-width: 800px) {
  /* Overlay style */
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(30, 65, 78, 0.9);
    z-index: 2;
  }
  /* Overlay closing cross */
  .overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
  }
  /* Menu style */
  .overlay nav {
    text-align: center;
    padding-top: 80px;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
  }
  .overlay ul li {
    display: block;
    height: 20%;
    height: calc(10%);
    min-height: 44px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .overlay ul li a {
    font-size: 32px;
    font-weight: 300;
    display: block;
    color: #edf4f6;
  }
  /* Effects */
  .overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  }
  .overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translatey(0%);
    transform: translatey(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  .overlay .button--primary {
    font-size: 24px;
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .overlay ul li a {
    font-size: 24px;
  }
  .overlay ul li {
    min-height: 24px;
  }
}
/*------------------------------------*\
    $Footer
\*------------------------------------*/
footer {
  color: #edf4f6;
}
footer h5,
footer p {
  margin: 0 0 10px 0;
}
footer a {
  color: #edf4f6;
  text-decoration: none;
}
.footer__container {
  padding: 40px 0;
}
.footer__links {
  padding-bottom: 40px;
}
.footer__copyright p {
  margin: 10px 0;
}
.button--image {
  padding: 12px 16px 0 0;
  display: inline-block;
}
/*------------------------------------*\
    $Hero
\*------------------------------------*/
.flexslider {
  background: transparent;
}
.hero__money-donated {
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  margin: 0px 0px 5px 0px;
}
.hero__money-donated-text {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 60px;
}
.hero__featured-charity {
  margin: 0 0 80px 0;
  padding: 10px 10px 0 10px;
}
.hero__featured-charity .button {
  margin: 0 0 10px 0;
}
.hero__featured-charity .button:first-of-type {
  margin: 0 10px 10px 0;
}
.hero__featured-charity li {
  margin: 00;
}
.hero__featured-charity .flex-direction-nav a {
  top: 27.5%;
}
.hero__featured-charity .flex-direction-nav .flex-prev {
  left: 20px;
}
.hero__featured-charity .flex-direction-nav .flex-next {
  right: 20px;
}
.hero__featured-charity .flex-control-nav {
  display: none;
}
.hero__featured-charity--name,
.hero__lead-sentence,
.hero__sub--text {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
}
.hero__lead-sentence {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 30px;
}
.hero__button-container {
  margin-bottom: 30px;
}
.hero__featured-charity--image,
.hero__featured-charity--logo {
  margin: 0;
}
.hero__featured-charity--name {
  line-height: 30px;
  margin: -5px 0 10px 0;
}
.hero__featured-charity--label {
  margin: 0px;
  line-height: 30px;
}
.hero__featured-charity--icon {
  padding: 0px 10px 0px 0px;
}
.hero__sub {
  background: rgba(141, 175, 188, 0.3);
}
.hero__sub--text {
  font-weight: 700;
  text-transform: none;
  color: #1e414e;
  margin: 30px 0px;
}
.hero__featured-charity--link {
  color: #edf4f6;
  text-decoration: none;
}
.hero__featured-charity--link:hover {
  color: #48aedf;
}
@media handheld, only screen and (max-width: 800px) and (min-width: 0px) {
  .hero__featured-charity [class*='col-'] {
    padding: 10px;
  }
  .hero__lead-sentence {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  h1.home {
    margin-bottom: 30px;
  }
  .hero__money-donated-text {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    $Home
\*------------------------------------*/
.home__how-it-works {
  margin: 60px 0px;
}
.home__how-it-works .home {
  margin: 0 0 10px 0;
}
.home__how-it-works img {
  max-width: 275px;
  margin: 0 auto;
}
.home__charities-using {
  padding: 60px 0px 20px 0px;
  background: rgba(30, 65, 78, 0.1);
}
.home__charities-using img {
  max-width: 150px;
  margin: 0 auto;
}
.home__charities-using .flex-control-nav {
  display: none;
}
.home__charities-using--link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
.home__testimonials {
  margin: 60px 0px;
}
.home__testimonials h2 {
  font-size: 24px;
}
.home__testimonials .flex-direction-nav .flex-prev {
  left: 0px;
}
.home__testimonials .flex-direction-nav .flex-next {
  right: 0px;
}
.home__testimonials .flex-control-nav {
  display: none;
}
.home__testimonials--container {
  background: #dde7eb;
  margin: 0 5%;
  padding: 40px;
}
.home__testimonials--container h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #8dafbc;
  margin: 0 0 10px 0;
}
.home__testimonials--container .button--container,
.home__testimonials--container .button {
  margin: 0;
}
.home__testimonials--testimonial {
  line-height: 24px;
}
.home__testimonials--testimonial::before {
  content: '"';
  font-size: 24px;
  font-weight: 700;
  margin-left: -15px;
  padding-right: 15px;
  opacity: 0.5;
}
.home__testimonials--testimonial::after {
  content: '"';
  font-size: 24px;
  font-weight: 700;
  margin-right: -15px;
  padding-left: 15px;
  line-height: 18px;
  opacity: 0.5;
}
.home__testimonials--name {
  font-weight: 700;
}
.home__testimonials--company {
  font-size: 18px;
  font-weight: 700;
}
@media handheld, only screen and (max-width: 800px) {
  .home__testimonials--container {
    margin: 0;
  }
}
/*------------------------------------*\
    $Interior
\*------------------------------------*/
.inner__container main,
.dashboard__container main {
  padding: 20px 0;
  min-height: 500px;
}
.inner__header {
  padding: 0 0 20px 0;
}
.inner__hero {
  padding: 20px 0;
}
.inner__hero h1,
.inner__hero p,
.inner__hero a {
  margin: 0px;
}
.inner__hero .inner__hero--cta {
  margin-right: 20px;
}
@media handheld, only screen and (min-width: 400px) and (max-width: 800px) {
  .inner__hero [class*='--tablet']:first-of-type {
    padding: 0 0 0 10px;
  }
  .inner__hero [class*='--tablet']:last-of-type {
    padding: 0 10px 0 0;
  }
  .inner__hero .button {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .inner__hero [class*='--mobile']:first-of-type {
    padding: 0 0 0 10px;
  }
  .inner__hero [class*='--mobile']:last-of-type {
    padding: 0 10px 0 0;
  }
  .inner__hero .button {
    width: 100%;
  }
}
/*------------------------------------*\
    $Charities
\*------------------------------------*/
.charity__list-item--container {
  padding-bottom: 30px;
}
.charity__list-item--container h3,
.charity__list-item--container p {
  margin-bottom: 10px;
}
.charity__list-item--container a {
  margin-bottom: 0px;
}
.charity__list-item--money {
  padding-top: 5px;
}
.charity__list-item--money-highlight {
  color: #53c27e;
  font-weight: 700;
}
.category-list {
  padding-left: 0px;
  margin-bottom: 0px;
}
.category-list .horizontal-list__item {
  display: inline-block;
}
.category-list a {
  color: #1e414e;
  text-decoration: none;
  min-width: 120px;
  display: block;
  text-align: center;
}
.category-list--item {
  padding: 10px 20px;
  border: 2px solid #c4d0d4;
  border-radius: 40px;
}
.category-list--item:hover,
.category-list--item.category-list--item--current {
  border: 2px solid #8dafbc;
}
.module-conatiner {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #8dafbc;
  background: #edf4f6;
}
/*------------------------------------*\
    $FAQ
\*------------------------------------*/
.faq-container {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #8dafbc;
}
/*------------------------------------*\
    $Blog
\*------------------------------------*/
.blog-post__list-item {
  border-bottom: 2px solid #8dafbc;
  margin-bottom: 40px;
}
.post-byline {
  font-size: 12px;
}
.label--inline {
  display: inline-block;
  padding-right: 20px;
}
/*------------------------------------*\
    $Dashboard
\*------------------------------------*/
.dashboard__tile-container {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #e8eff2;
  background: #f3f7f8;
}
.dashboard__tile-container th {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background: #cadae0;
}
.dashboard__tile-container th,
.dashboard__tile-container td {
  border: 0px;
}
.dashboard__tile-container tr:nth-child(odd) {
  background: #dfe9ec;
}
/*------------------------------------*\
    $Steps
\*------------------------------------*/
.header--step {
  padding-right: 20px;
}
.header--sub {
  font-size: 24px;
  font-weight: 700;
  min-height: 48px;
  padding: 16px 0 10px 0;
}
.steps--buttons__container [class*='col-'] {
  padding: 0px 10px;
}
.steps__container a {
  color: #1e414e;
  text-decoration: none;
}
.steps__container ul.horizontal-list {
  padding-left: 10px;
}
.steps__container .horizontal-list__item {
  margin: 0px;
}
.steps--step {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  background: #ededed;
  border-top: 1px solid #bbb;
  border-right: 0px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.steps--step:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.steps--step:last-of-type {
  border-right: 1px solid #bbb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.steps--step:hover {
  background: rgba(237, 237, 237, 0.5);
}
.steps--step .steps--heart {
  background: url(img/steps--heart.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  padding: 7px 21px;
  width: 61px;
  height: 50px;
  font-size: 30px;
  color: #ffffff;
}
.steps--step--active {
  background: #f1d1d0;
}
.steps--step--active:hover {
  background: rgba(241, 208, 209, 0.7);
}
.steps--step--active .steps--heart {
  background: url(img/steps--heart_active.png);
}
h2.header--steps {
  font-size: 42px;
  font-weight: 600;
  text-transform: none;
  color: #1e414e;
}
h3.header--steps,
h2.header--steps--small {
  font-size: 32px;
}
.whats-the-occasion__question {
  font-size: 18px;
  font-weight: bold;
  margin: 7px 0;
}
.steps__choose-container {
  border: 1px solid #c4d0d4;
  border-radius: 4px;
  padding: 10px;
}
.steps__message-container {
  height: 350px;
}
.pick-charity__container {
  position: relative;
}
.pick-charity__container--selected img {
  border: 4px solid #7799a6;
}
.pick-charity__container--selected .button {
  background: #7799a6;
}
.pick-charity__container--selected .button:hover {
  background: #8dafbc;
}
.pick-charity__container--button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0;
}
.funds-available {
  font-size: 40px;
  font-weight: bold;
}
h3.selection--color {
  color: #8dafbc;
}
.radio-choices {
  padding: 0 30px 0 10px;
}
@media handheld, only screen and (min-width: 400px) and (max-width: 800px) {
  .steps__container [class*='--tablet']:first-of-type {
    padding-left: 10px;
  }
  .steps__container [class*='--tablet']:last-of-type {
    padding-right: 10px;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .steps__container [class*='--mobile']:first-of-type {
    padding-left: 10px;
  }
  .steps__container [class*='--mobile']:last-of-type {
    padding-right: 10px;
  }
  .steps--step .steps--heart {
    background: url(img/steps--heart_small.png);
    padding: 5px 14px;
    width: 40px;
    height: 33px;
    font-size: 20px;
  }
  .steps--step--active .steps--heart {
    background: url(img/steps--heart_small_active.png);
  }
}
.display--none {
  display: none;
}
/*------------------------------------*\
    Tablet and Smaller
\*------------------------------------*/
@media handheld, only screen and (max-width: 800px) {
  
}
/*------------------------------------*\
    Mobile Landscape and Smaller
\*------------------------------------*/
@media handheld, only screen and (max-width: 600px) {
  
}
/*------------------------------------*\
    Mobile Portrait and Smaller
\*------------------------------------*/
@media handheld, only screen and (max-width: 400px) {
  
}
