/*
Template: UpSell - E-Book Landing Page
Author: Pixelosaur, http://pixelosaur.com/
Version: 1.3
Color Scheme: Blue Background - Orange Button
*/

/* ============ Google Fonts ============ */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url(http://fonts.googleapis.com/css?family=Raleway:500);

/* ============ Color Schemes ============ */

.black {
  background-color: #2c2c2c;
}
.blue {
  background-color: #37bec4;
}
.orange {
  background-color: #ee5a3e;
}
.lightBlue {
  background-color: #96bfc5;
}
.green {
  background-color: #b6c04c;
}
.purple {
  background-color: #695da7;
}
.red {
  background-color: #cc2227;
}
.grey {
  background-color: #f5f6f7;
}
.darkBlue {
  background-color: #2c3e50;
}
.yellow {
  background-color: #edc951;
}
.deepBlue {
  background-color: #154377;
}
.turquoise {
  background-color: #1abc9c;
}
.carrot {
  background-color: #e67e22;
}
.brightBlue {
  background-color: #00b8df;
}
.lightBrown {
  background-color: #C0A375;
}

/* ========== Background Images ========== */

.productShowcaseOne {
  background: url(../img/3d-curved-bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.pricingTables {
  background: transparent url(../img/mountain-view.jpg) no-repeat center center;
  background-size: cover;
}

/* ========== Hover Effects ========== */

.buyButton:hover,
.buyButtonPricing:hover,
.buyButton:active,
.buyButtonPricing:active,
.buyButton:focus,
.buyButtonPricing:focus,
.socialButtons li a:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #e53514;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.socialButtons li a {
  opacity: 1;
}
.socialButtons li a:hover {
  opacity: 0.7;
  background-color: transparent;
}
.mediaProof img:hover {
  opacity: initial;
  background-color: transparent;
}
/* Media Proof Logo Effects */
.mediaProof img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
  opacity: 0.6;
  vertical-align: bottom;
}
.mediaProof img:hover {
  -webkit-filter: initial;
  -moz-filter: initial;
  -ms-filter: initial;
  filter: initial;
}

/* ========== Button Styles ========== */

.buyButton,
.watchVideo,
.buyButtonPricing {
  width: 100%;
  height: 60px;
  border: 2px solid #f8f8f8;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 2px;
  outline: none;
}
.buyButtonPricing {
  width: 60%;
  margin: 0 auto 20px auto;
  display: inline-block;
}
.buyButton {
  padding-top: 0.5rem!important;
}
.buyButton span {
  text-transform: initial;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.watchVideo,
.watchVideo:hover,
.watchVideo:active,
.watchVideo:focus {
  background-color: transparent;
  position: relative;
  outline: none;
  padding-left: 1.375rem;
  line-height: 1.5rem;
}
.watchVideo span {
  font-size: 1.75rem;
  vertical-align: middle;
  padding: 0 0.5rem 0 0;
}
input[type="submit"] {
  width: 100%;
  background-color: #37bec4;
  border: 2px solid #2c979c;
  color: #f8f8f8;
  font-weight: 700;
  font-size: 1.25rem;
  cursor: pointer;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
  outline: none;
  background-color: transparent;
  border: 2px solid #37bec4;
  color: #37bec4;
}

/* ========== Image Styles ========== */

/* Logo Dimensions */
#logo img {
  width: 219px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* E-Book Image Dimensions */
#productHero {
  max-width: 320px;
  height: auto;
  margin: 40px auto;
  display: block;
}

/* ========== Column and Showcase Icon Font Styles ========== */

.showcaseOne span,
.showcaseTwo span,
.cols span {
  font-size: 2.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 80px;
  text-align: center;
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 auto 20px auto;
}
.cols span {
  box-shadow: none;
  font-size: 2rem;
  border: 2px solid #37bec4;
  width: 52px;
  height: 52px;
  color: #37bec4;
  line-height: 48px;
}

/* ========== Pricing Table Styles ========== */

.pricing {
  background-color: #ffffff;
  text-align: center;
  border-top: 4px #ee5a3e solid;
  margin-bottom: 20px;
}
.pricing .planPriceAlt {
  border-top: 2px solid #e53514;
  border-bottom: 2px solid #e53514;
}

/* ========== Typography Styles ========== */

body,
p,
h2,
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
p,
.socialButtons li a span {
  font-size: 1.125em;
  text-align: center;
}
h1,
h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
h4 {
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
header p {
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 20px;
}
header p,
h1,
h2,
h3,
#logo a,
.socialButtons li a span {
  color: #f8f8f8;
  text-align: center;
}
.benefits h3,
.benefits h4,
.benefits p,
.pricingTables p,
.pricingTables h4,
.testimonials h3,
h3 {
  color: #2c2c2c;
}
.newsletter h3 {
  color: #37bec4;
}
.showcaseOne h4,
.showcaseOne p,
.showcaseOne span,
.showcaseTwo h4,
.showcaseTwo p,
.showcaseTwo span {
  color: #f8f8f8;
  font-weight: 400;
}
.showcaseOne h4,
.showcaseOne p,
.showcaseOne span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.author .authorInfo li:first-child {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.author .authorInfo li:last-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.pricing .planPrice p,
.pricing .planPriceAlt p {
  font-weight: 400;
  font-size: 2rem;
  color: #ee5a3e; 
}
.pricing .planName h3:span {
  font-size: 1rem;
  text-transform: initial;
}
.pricing .planPriceAlt p {
  color: #f8f8f8;
}
.testimonials p {
  font-style: italic;
  text-align: left;
}

/* ========== Required Layout Styles ========== */

body {
  overflow-x: hidden;
}
.topBar {
  padding-top: 40px;
}
header {
  padding: 0 2% 20px;
}
ul {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.content {
  margin-top: 80px;
  padding: 0 2%;
}
.benefits,
.pricingTables,
.testimonials,
.newsletter,
.authorNote {
  padding-top: 80px;
  padding-bottom: 80px;
}
.socialButtons li,
.mediaProof li {
  display: inline-block;
}
#logo a,
.socialButtons li a {
  display: block;
}
.socialButtons li a span {
  padding: 8px;
}
.mediaProof {
  padding: 30px 0 20px 0;
}
.mediaProof li {
  margin-bottom: 10px;
}
.cols {
  padding-bottom: 20px;
}
.showcaseOne,
.showcaseTwo {
  display: inline-block;
  margin: 60px 0;
}
.showcaseOne span {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.pricingTables > div,
.testimonials > div {
  padding: 0 2%;
}
.pricing .planName h3 {
  padding: 40px 5px;
}
.pricing .planPrice p,
.pricing .planDetails p,
.pricing .planPriceAlt p {
  text-align: center;
  padding: 20px 5px;
  margin-bottom: 0;
}
.table {
  display: table;
}
.table .tableCell {
  display: table-cell;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 2px solid #ccc;
}
.author ul {
  width: auto;
}
.author img,
.author .authorInfo {
  display: inline-block;
  vertical-align: middle;
}
.author img,
.bookAuthor img {
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.author img {
  width: 64px;
  height: 64px;
}
.author .authorInfo {
  text-align: left;
  line-height: 1.4;
  margin-top: 0;
}
.authorNote,
.benefits,
.testimonials,
.pricing .planPrice {
  background-color: #f8f8f8;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.bookAuthor img {
  margin: 0 auto;
  display: block;
  float: none;
}
input[type="email"],
input[type="submit"] {
  height: 48px;
}
input[type="email"]:focus {
  box-shadow: none;
}
.newsletter span {
  text-align: center;
  color: #333;
}
#mc_msg {
  padding: 10px 20px;
}
#newsletter-form span.error {
  background: red;
  background: rgba(224, 0, 0, 0.8);
  border: 1px solid red;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 5px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: -15px;
}
.newsletter .spinner {
  height: 40px;
  margin: 0 auto;
  width: 80px;
}
.newsletter .square {
  background: #fff;
  background: rgba(49, 49, 49, 0.6);
  height: 15px;
  width: 15px;
  display: inline-block;
}
.square {
  -webkit-animation-name: zoom-out;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-out;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: zoom-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #1799dd;
  border-radius: 3px;
  float: left;
  height: 24px;
  margin: 2px;
  width: 24px;
}
.square:nth-child(2) {
  -moz-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.square:nth-child(3) {
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.square:nth-child(4) {
  -moz-animation-delay: 450ms;
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
@-webkit-keyframes zoom-out {
  from,
  to {
    -webkit-transform: scale(0);
  }
  45%,
  55% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoom-out {
  from,
  to {
    -moz-transform: scale(0);
  }
  45%,
  55% {
    -moz-transform: scale(1);
  }
}
@keyframes zoom-out {
  from,
  to {
    transform: scale(0);
  }
  45%,
  55% {
    transform: scale(1);
  }
}
.newsletter .success {
  margin: 40px 0 30px 0;
  min-height: 80px;
  text-align: center;
  color: #2c3e50;
  font-size: 1.5rem;
}
.newsletter .success .icon {
  color: #2c3e50;
  display: inline-block;
  font-size: 18px;
  height: 24px;
  line-height: 1.5;
  margin-right: 3px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}
/* Footer Styles */
footer {
  color: #f8f8f8;
  padding: 20px 0;
}
.footerNav {
  text-align: center;
  font-size: 0.75rem;
}
.copyright {
  font-size: 0.75rem;
  text-align: center;
}
.copyright,
.footerNav a {
  padding: 6px;
}
.footerNav a {
  display: inline-block;
  color: #f8f8f8;
}
#privacy {
  font-size: 0.75rem;
}
.paymentSystem {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto 0 auto;
}
.paymentSystem img {
  margin-right: .5%;
  margin-bottom: 5px;
}

/* =========== Media Queries =========== */

@media only screen and (min-width: 40.063em) {
  #logo a {
    display: inline-block;
  }
  .socialButtons > ul {
    text-align: right;
  }
  #productHero {
    float: right;
    margin: 0 auto;
    max-width: initial;
  }
  header {
    padding: 80px 0;
  }
  header p,
  h1,
  h2 {
    text-align: initial;
  }
  .pricingTables > div,
  .testimonials > div {
    position: relative;
    padding: 0;
  }
  .productShowcaseOne img,
  .productShowcaseTwo img,
  .bookAuthor img {
    margin: 0 auto;
    display: block;
    float: none;
  }
}
@media only screen and (min-width: 711px) {
  input[type="email"],
  input[type="submit"] {
    display: inline-block !important;
    width: 60%;
    margin-left: 4%;
  }
  input[type="submit"] {
    width: 30%;
  }
}
@media only screen and (min-width: 989px) {
  .buyButton,
  .watchVideo {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 64.063em) {
  header h1 {
    padding-top: 4rem;
  }
  .buyButton,
  .watchVideo {
    width: initial;
    margin-right: 2%;
  }
  .content {
    padding: 0;
  }
  .productShowcaseOne img {
    padding-bottom: 0;
  }
  .productShowcaseOne img,
  .productShowcaseTwo img,
  .bookAuthor img {
    margin: 0;
    display: inline-block;
  }
  .productShowcaseTwo {
    padding-bottom: 80px;
  }
  h4,
  .showcaseOne p,
  .showcaseTwo p,
  .benefits p {
    text-align: left;
  }
  .showcaseOne,
  .showcaseTwo {
    margin: 40px 0;
  }
  .showcaseOne span,
  .showcaseTwo span,
  .cols span {
    margin: 0 0 20px 0;
  }
  .authorNote h4,
  .authorNote p {
    text-align: left;
  }
  .copyright {
    text-align: left;
  }
  .footerNav {
    text-align: right;
  }
}

