/*!
 Theme Name:   Donations
 Theme URI:    http://screenmediagroup.com/
 Description:  Donation
 Author:       Javier Prieto - SMG Team
 Author URI:   http://screenmediagroup.com/
 Version:      1.0.0
 Text Domain: yajad
 Domain Path: /languages
*/
.parallax-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-perspective: 10px;
  -moz-perspective: 10px;
  perspective: 10px;
  -webkit-perspective-origin: 0 0%;
  -moz-perspective-origin: 0 0%;
  perspective-origin: 0 0%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.paralax-content {
  position: relative;
}
.paralax-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 401%;
  left: 0;
  -webkit-perspective: 10px;
  -moz-perspective: 10px;
  perspective: 10px;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(-10px);
  -moz-transform: translateZ(-10px);
  -ms-transform: translateZ(-10px);
  -o-transform: translateZ(-10px);
  transform: translateZ(-10px);
  width: 201%;
}
header {
  margin-bottom: 60px;
}
header.header-cover {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.header-cover .header-text {
  color: white;
  padding-bottom: 150px;
  padding-top: 75px;
}
header.header-cover .header-text h1 {
  font-size: 4em;
}
header.header-cover .header-text h2 {
  font-size: 3em;
}
footer#site-footer {
  padding-top: 30px;
  background-color: #333333;
  color: white;
}
footer#site-footer .copyright {
  background-color: #1f1f1f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.with-cover .hentry-title {
  font-size: 2em;
  margin-bottom: 30px;
}
.with-cover .hentry {
  margin-bottom: 75px;
}
.subscription form {
  padding-bottom: 45px;
}
.btn-amount {
  background-color: #eee;
}
.btn-amount-group .btn {
  margin-bottom: 20px;
}
.subscription {
  background-color: #333333;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.subscription .input-group {
  margin: 15px 0 20px 0;
}
.subscription h2 {
  text-transform: uppercase;
}
.btn,
.form-control {
  border-radius: 2px;
}
.radio.recurring:first-child {
  margin-top: 0;
}
