* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: "ff-tisa-web-pro", Georgia, serif; font-size: 18px; line-height: 1.5; }

.align-center { text-align: center; }

.container { max-width: 740px; margin: 0 auto; padding: 0 .75rem; }

header, section, footer { padding: 20px 0; }

header { padding-top: 0; }
header .cover { -webkit-transform: rotateZ(-5deg); -moz-transform: rotateZ(-5deg); transform: rotateZ(-5deg); margin: -30px 0; }
header small { font-size: 1.2rem; text-transform: uppercase; display: block; }
header h1 { font-size: 2.5rem; font-weight: 900; font-style: italic; line-height: .85; margin: .25em 0; }

.dark-bg { padding: 20px 10px 40px; background: #333; color: #fff; border-radius: 0 0 5px 5px; background: url("irongrip.png") repeat; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .dark-bg { background: url("irongrip_@2X.png") repeat; background-size: 300px 301px; } }
@media (min-width: 550px) { header h1 { font-size: 3.5rem; }
  .dark-bg { padding: 40px 20px; } }
a { text-decoration: none; color: #25b; }

p { margin: .5em 0; }

ul { text-align: left; padding-left: 2rem; }

.align-center ul { display: inline-block; }

ul ul { display: block; }

h2, h3, h4 { line-height: 1.1; }

.lead { font-style: italic; font-size: 1.5rem; margin-bottom: 1em; line-height: 1.1; }

@media (min-width: 550px) { .lead { font-size: 2rem; } }
.learn-points { list-style: none; padding-left: 0; margin-top: 10px; }
.learn-points li { margin-bottom: .75rem; padding-left: 2rem; line-height: 1.2; position: relative; }
.learn-points .fa { position: absolute; top: 3px; left: 5px; margin-right: .25rem; color: #129a0d; font-size: 1.2rem; }

.toc-preview { margin: 30px 0 10px; border: 1px solid #acc; box-shadow: 0 1px 10px rgba(0, 187, 255, 0.25); border-radius: 5px; background: #fff; padding: 1.5rem; padding-left: 3.5rem; display: inline-block; font-size: 1.2rem; text-align: left; list-style-position: outside; list-style-type: decimal-leading-zero; position: relative; }
.toc-preview .cover { position: absolute; top: -20px; right: 10px; -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); transform: rotate(5deg); }
.toc-preview .toc-chapter { margin-bottom: .5rem; }
.toc-preview .toc-chapter-title { font-weight: bold; }
.toc-preview .toc-subhead-list { padding-left: 0; list-style: none; font-style: italic; color: #666; font-size: 1rem; }
.toc-preview .toc-subhead-list li { line-height: 1; margin: .4rem 0; }

.author-info .container { max-width: 560px; padding-bottom: 20px; }

.avatar { border-radius: 5px; }

.author-meta { padding: 20px 0; }

.bio-intro { font-size: 1.4rem; }

/* @media (min-width: 450px) { .author-bio { text-align: left; }
 .author-meta { float: left; padding-right: 20px; padding-bottom: 20px; }
} */
footer { padding: 10px 0 40px; font-size: .8rem; color: #888; text-align: center; }

.sample-pdf-capture { display: inline-block; margin-top: 10px; padding: 10px 20px; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); background: #fff; }

.no-spam { font-size: 11px; margin: 0; color: #999; line-height: 1; margin-top: 3px; }

.intro { background: #fbf2df; margin: -40px 0 30px; padding: 30px 10px 40px; }

@media (min-width: 850px) { .intro { margin: -40px auto 50px; max-width: 840px; border-radius: 10px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); border: 1px solid #d6cab3; } }
.cover-at-top { margin-top: 80px; }
.cover-at-top .cover { margin-top: -120px; }

.cream { background: #fbf2df; padding: 40px 10px; margin-bottom: 40px; }

input, button, .btn { vertical-align: middle; line-height: 36px; }

input[type="text"], input[type="email"] { padding: 0 8px; outline: none; border: 1px solid #ddd; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
input[type="text"]:focus, input[type="email"]:focus { border: 1px solid #0bf; box-shadow: 0 0 3px #0bf; }

button, .btn { display: inline-block; padding: 4px 15px; outline: none; border: 1px solid #2d7132; background: #4fa912; background-image: -webkit-linear-gradient(top, #4fa912, #458f10); background-image: -moz-linear-gradient(top, #4fa912, #458f10); background-image: -ms-linear-gradient(top, #4fa912, #458f10); background-image: -o-linear-gradient(top, #4fa912, #458f10); background-image: linear-gradient(to bottom, #4fa912, #458f10); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 5px; font-weight: bold; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
button:hover, .btn:hover { background: #4b0; }
button:focus, .btn:focus { background: #4b0; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px #0bf; }

.buy-now-cta { padding: 20px 0; font-size: 18px; }

.intro-cta { padding: 20px 0 0; font-size: 18px; margin-bottom: -60px; }

.pre-cta-copy { font-size: 21px; }

.subscribe-form { max-width: 300px; margin: 0 auto; }
.subscribe-form .btn, .subscribe-form input[type="text"], .subscribe-form input[type="email"] { display: block; width: 100%; margin-bottom: 5px; }

dl { text-align: left; }

dt { font-style: italic; font-size: 24px; margin-top: 20px; margin-bottom: 5px; }

dd { margin-bottom: 40px; }

.stats { display: table; width: 100%; margin-bottom: 40px; }
.stats .stat { display: table-cell; width: 33%; line-height: 18px; }
.stats .count { font-size: 42px; font-weight: bold; color: #626059; }
.stats .thing { display: block; color: #9f9983; }
.stats .stat + .stat { border-left: 1px solid #dad3b9; }

.purchase-option { margin: 40px 0; }
.purchase-option ul { text-align: left; }
.purchase-option h3 { font-size: 24px; }
.purchase-option:first-of-type { border-bottom: 1px solid #dad3b9; padding-bottom: 20px; }

.gumroad-cta { margin-top: 20px; }

.price { background: green; color: #fff; display: inline-block; padding: 5px 10px; border-radius: 5px; line-height: 1em; font-family: "Verdana", sans-serif; }

.formats { background: #fff; display: inline-block; padding: 5px 10px; border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); border: 1px solid #ccc; border-top: 3px solid #666; font-weight: bold; font-family: "Verdana", sans-serif; font-size: 14px; margin: 80px 0 10px; }
.formats .info { text-align: center; display: block; font-size: 12px; text-transform: uppercase; color: #999; font-weight: normal; }
.formats .cover { margin-top: -110px; margin-bottom: -7px; -webkit-transform: rotateZ(-5deg); -moz-transform: rotateZ(-5deg); transform: rotateZ(-5deg); }
.formats .format { margin-right: 10px; }
.formats .format:last-child { margin-right: 0; }
.formats .included .fa { color: #129a0d; }
.formats .not-included { color: #888; }
.formats .not-included .fa { color: #911; }

.btn-with-price .btn-with-price--price { border-right: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2); padding-right: 10px; margin-right: 7px; display: inline-block; }
