/*!
 Theme Name:   Friends of Yajad
 Theme URI:    http://screenmediagroup.com/
 Description:  Donation Child Theme
 Author:       Javier Prieto - SMG Team
 Author URI:   http://screenmediagroup.com/
 Template:     donations
 Version:      1.0.0
 Text Domain: yajad
 Domain Path: /languages
*/
body {
  background-color: #efefff;
}
header.header-cover {
  background-color: black;
}
.btn-amount-group .btn-default,
.credit-card-fields {
  background-color: #daddea;
  border: medium none #b3c8d0;
}
.paralax-background.loaded {
  height: 280%;
  opacity: 0.7;
  top: 360px;
  transition: all linear 100ms;
}
.cover-text {
  padding-bottom: 11px;
  padding-top: 1px;
}
@media (min-width: 992px) {
  .cover-text {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.cover-text h3 {
  font-size: 26px;
}
.cover-fixed {
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.header-fixed {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
}
header.header-fixed .cover-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header.header-fixed .header-text {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 0 0 172px 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.header-fixed .header-text h1 {
  font-size: 4em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.hentry {
  padding-bottom: 4em;
  padding-top: 1em;
}
.dedicatoria {
  background-color: #daddea;
  border: medium none #b3c8d0;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.dedicatoria br {
  display: none;
}
