body, html {
    margin:0;
    padding:0;
}
.atavist-sheet * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.atavist-sheet { 
    width: 42em; 
    height: 52em;
    font-size: 10px;
    position:relative;
    margin:5% auto 0;
    background:#000;
    color:#E8E8E8;
    box-shadow:0 0 3px #000;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    -ms-transition: height .1s;
    -o-transition: height .1s;
    transition: height .1s;
}

.atavist a {
    color: #F26435;
    font-size: 1.4em;
    font-family: proxima-nova,"Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.atavist a:hover {
    color:#FFF;
    text-decoration: none;
}
.atavist select {
    font-size: 2em;
    border: 0;
    font-family: inherit;
}
.atavist-wrapper { 
    z-index:40001; 
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.atavist-overlay { 
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:40001;
    -webkit-transition:background .5s;
    background:rgba(0,0,0,0);
}
.atavist-show .atavist-overlay {
    background:rgba(0,0,0,.4);
}
.atavist-offset { 
    position:fixed;
    top:-100%;
    height: 100%;
    width:100%;
    overflow: scroll;
    z-index:40002; 
    -webkit-transition:top,left .5s;
}
.atavist-finished .atavist-offset {
    left:-100%;
}
.atavist-show .atavist-offset {
    top:0;
}
#atavist-header {
    height: 12em;
    margin: 2em 2.5em 0 2.5em;
    border-bottom: 2px solid #464646;
    background: black;
    -webkit-font-smoothing: antialiased;
}
.atavist-gift .atavist-sheet.payment {
    height:73em;
}
.payment-details {
    margin:5px 0;
}
.payment-total {
    font-weight: bold;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top:4px;
    margin-top: 7px;
}
.login-frame {
    width: 1px;
    height: 1px;
    border: 0;
}
.atavist .story-title, .story-price {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.atavist .story-title {
    line-height: 1.1em;
    float: left;
    width:70%;
    height: 100%;
    font-size: 3.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family:Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    padding-right: .2em;
    box-sizing: border-box;
}
.atavist .story-title::before {
    content: 'Read';
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: gray;
    text-transform: uppercase;
    font-size: .5em;
    letter-spacing: 2px;
    display: block;
}
.atavist-subscription .story-title::before {
    content: 'Subscribe';
}
.atavist-gift .story-title::before {
    content: 'Buy a Gift';
}
.story-price {
    float: right;
    font-size:1.4em;
    line-height: 2em;
    -webkit-transition:opacity ..7s;
    -moz-transition:opacity ..7s;
    transition:opacity ..7s;
    opacity: 1;
    border: 1px solid #8B8B8B;
    padding: 7px 15px;
    border-radius: 10px;
    margin-top: 2.2em;
    box-sizing: border-box;
    width: 30%;
}
.story-price::before {
    /*content:'$';*/
}
.story-price.atavist-free::before {
    /*content:'';*/
}
.current-process-choose .story-price {
    /*opacity: 0;*/
}
.message {
    padding:1.5em;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-size: 1.5em;
    min-height: 9.5em;
    background: rgba(242, 100, 54, .9);
    -webkit-transition:opacity .2s;
    opacity:0;

}
.message.on {
    opacity: 1;
}
.message a {
    font-size: 1em;
    color: #FFF;
    text-decoration: underline;
}
.process-container.choose .process-choose , .process-container.payment .process-payment, .process-container.coupon .process-coupon, .process-container.confirm .process-confirm {
    top:0;
}
.process-container {
    height:100%;
    width:100%;
}
.process {
    width:100%;
    height:100%;
    position: absolute;
    top:-5000px;
    -webkit-transition:all, .3s;
}
.process label {
    -webkit-font-smoothing: antialiased;
    display: block;
    margin:0 0 15px 0;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    text-align: left;
    color:#FFF;
    font-size: 1.4em;
}
.form-row {
    margin:1em 0;
}
.process form {
    padding: 0 2.5em;
}
.process .process-coupon-form {
}
.process .process-coupon-form.focus, .process .process-coupon-form:hover {
}
.process input {
    background: white;
    background-size: 25px 25px;
    width: 100%;
    padding: .5em .2em;
    border: 1px solid #BBB;
    border-top-color: #999;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    -moz-transition: -moz-box-shadow 0.1s ease-in-out;
    transition: -moz-box-shadow 0.1s ease-in-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: proxima-nova,"Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-size: 2em;
    height:auto;
}
.cvc, .expiry {
    float: left;
}
.cvc {
    width: 5em;
}
.expiry {
    width: 12em;
    margin-right: 1em;
    margin-left: 1em;
}
.zip {
    width: 13em;
    float: left;
}
.card-expiry-month {
    width: 2.2em !important;
}
.card-expiry-year {
    width: 3.2em !important;
}
.process input:focus {
    border: 1px solid #5695DB;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px #DDD, 0px 0 5px #5695DB;
    -moz-box-shadow: 0 0 5px #5695db;
    box-shadow: inset 0 1px 2px #DDD, 0px 0 5px #5695DB;
}
.atavist.btn.process-button, .atavist.btn.process-button:hover {
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    min-width: 0;
    text-transform: uppercase;
}
.atavist.btn[disabled="disabled"], .atavist.btn[disabled] {
    opacity: .5;
}
.atavist.btn {
    letter-spacing: 2px;
    cursor: pointer;
    text-shadow: none !important;
    opacity: 1;
    text-decoration: none;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    text-align: center;
    color: white;
    display: inline-block;
    margin: 8px 0;
    padding: 15px;
    background:black;
    border-radius: 4px;
    border: 1px solid #F26435;
    color:#F26435;
    -webkit-box-shadow: 0 1px 2px rgba(255,255,255,.2);
    -moz-box-shadow: 0 1px 2px rgba(255,255,255,.2);
    box-shadow: 0 1px 2px rgba(255,255,255,.2);   
    background: #000;
    text-transform: uppercase;
}
.atavist.btn:hover, #wrapper .atv_orange:hover {
    background: #F26435 !important;
    color:#FFF  !important;
    text-decoration: none;
}

.atavist.btn:active {
    background: #F26435;
}
.atavist.btn:active, .atavist.btn:hover {
    text-align: center;
    color: white;
    display: inline-block;
}
.atavist-forgot {
    margin-top:7px;
    display:inline-block;
}
.atavist-login {
    cursor:pointer;
}
.atavist-login-dropdown {
    cursor: pointer;
}
.atavist-login-dropdown form {
    background: inherit;
    color: inherit;
    position: absolute;
    display: none;
}
.atavist-login-dropdown:hover form {
    display: block;
}
/* DEFAULTS FOR LOGIN FORM */
.no-user .atavist-form {
    line-height: 1em;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    padding:5px;
}
.no-user .atavist-form .form-row {
    margin: 10px 0;   
}
.no-user .atavist-form input {
    border:1px solid #888;
    border-radius: 2px;
    padding:3px;
    font-size: 1em;
}
/*.atavist-type-subscription {
    opacity: 1;
    -webkit-transition:opacity .5s;
    -moz-transition:opacity .5s;
}
.atavist-type-subscription.atavist-access-false {
    opacity: 1 !important;
}
.atavist-type-subscription.atavist-access-true {
    opacity: 0;
}*/
.atavist-button {
    color:#FFF !important;
    font-weight: bold;
    text-align: center;
    display: block;
    width:180px;
    background:url('http://www.atavist.com/wp-content/themes/theatavist/atavist_circle.png');
    font-size: 38px;
    padding-top: 60px;
    background-repeat: no-repeat;
    height: 120px;
    margin: 4px auto;
    -webkit-transition:box-shadow 1s;
    -moz-transition: box-shadow 1s;
    transition:box-shadow 1s;
    border-radius:180px;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    cursor: pointer;
}
.atavist-button:hover {
  box-shadow:  0 0 30px #888;
  text-decoration: none;
}

.atavist-button .price, .atavist-button .text {
    line-height: 1.2em;
    display: block;
}
.atavist-button .price {
    font-size: .6em;
    font-weight: normal;
    -webkit-font-smoothing:antialiased;
}
.atavist-injection {
    display: none;
}
.story-payment {
    font-size: 1.5em;
}
/* the "or" */
.process-button.process-login + span, .process-coupon-submit + span {
    margin: 0 10px;
    font-style: italic;
}
@media (max-width: 420px) { 
    .atavist-sheet { 
        width:100%;
        font-size: 8px;
    }   
}




@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2012 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 99999;
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 99999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.gift-inputs {
    clear:both;
}
.atavist-show-coupon {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 40002;
}
#atavist-add-coupon {
    clear: both;
    font-size: 1.5em;
    display: block;
    margin-top:1em;
}
.atavist-show-coupon #atavist-add-coupon {
    color:white;
}