@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Rokkitt:400,700&display=swap);

@charset "UTF-8";

/*
guest
fp-user-digital
fp-user-printplus
unlimited
fp-user-breakingground
 */


/* HIDE PAID CONTENT BY DEFAULT */
.fp-content.fp-user-digital,
.fp-content.fp-user-printplus,
.fp-content.fp-user-unlimited,
.fp-content.fp-user-breakingground {
    display: none;
}

/* HIDE PAYWALLED VERSION BASED ON CORRECT CASCADING PERMISSIONS */
/* users who hide guest paywall */
.fp-paywall.fp-user-digital
.fp-authenticated.digital .fp-paywall.fp-user-guest,
.fp-authenticated.printplus .fp-paywall.fp-user-guest,
.fp-authenticated.breakingground .fp-paywall.fp-user-guest,
.fp-authenticated.unlimited .fp-paywall.fp-user-guest,
    /* users who hide digital */
.fp-authenticated.digital .fp-paywall.fp-user-digital,
.fp-authenticated.printplus .fp-paywall.fp-user-digital,
.fp-authenticated.breakingground .fp-paywall.fp-user-digital,
.fp-authenticated.unlimited .fp-paywall.fp-user-digital,
    /* users who hide printplus paywall */
.fp-authenticated.printplus .fp-paywall.fp-user-printplus,
.fp-authenticated.breakingground .fp-paywall.fp-user-printplus,
.fp-authenticated.unlimited .fp-paywall.fp-user-printplus,
    /* users who hide breakingground paywall */
.fp-authenticated.breakingground .fp-paywall.fp-user-breakingground,
.fp-authenticated.unlimited .fp-paywall.fp-user-breakingground,
    /* users who hide unlimted paywall */
.fp-authenticated.unlimited .fp-paywall.fp-user-unlimited {
    display: none;
}

/* BLOCKED EDGE CASES */
.ad.block.sponsored.right,
.fp-authenticated .fp-user-guest.login-box,
.fp-user-digital.login-box,
.fp-authenticated.unlimited .fp-content.fp-user-guest.not-fp-user-unlimited {
    display: none;
}

/* SHOW PAID CONTENT BASED ON CORRECT CASCADING PERMISSIONS */
/* users who can see digital */
.fp-authenticated.digital .fp-content.fp-user-digital,
.fp-authenticated.printplus .fp-content.fp-user-digital,
.fp-authenticated.breakingground .fp-content.fp-user-digital,
.fp-authenticated.unlimited .fp-content.fp-user-digital,
    /* users who can see printplus */
.fp-authenticated.printplus .fp-content.fp-user-printplus,
.fp-authenticated.breakingground .fp-content.fp-user-printplus,
.fp-authenticated.unlimited .fp-content.fp-user-printplus,
    /* users who can see breaking ground */
.fp-authenticated.breakingground .fp-content.fp-user-breakingground,
.fp-authenticated.unlimited .fp-content.fp-user-breakingground,
    /* users who can see unlimited */
.fp-authenticated.unlimited .fp-content.fp-user-unlimited,

    /* DISPLAY PAYWALLED VERSION BY DEFAULT */
.fp-content.fp-user-guest,

    /* DISPLAY PROFILE BOX WHEN LOGGED IN */
.fp-authenticated.digital .fp-user-digital.login-box,
.fp-authenticated.printplus .fp-user-digital.login-box,
.fp-authenticated.breakingground .fp-user-digital.login-box,
.fp-authenticated.unlimited .fp-user-digital.login-box,

    /* DISPLAYED EDGE CASES */
.fp-authenticated .ad.block.sponsored.right,
.login-box {
    display: inline-block;
}

.fp-user-guest .paywall-filter {
    height: 222px;
    max-height: 222px;
    overflow: hidden;
    position: relative;
}

.container.pricing-toggle {
    width: 50%;
}

.switch-toggle {
    background-color: #EBEBEB;
    margin: 15px 0;
}

.switch-toggle input + label {
    color: #555;
    cursor: pointer;
}

.switch-toggle input:checked + label {
    color: white;
}

.main.month .year,
.main .month {
    display: none;
}

.main .year,
.main.month .month {
    display: block;
}

.main.month .pricing-container .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 .card .card-body {
    background-color: hsl(352, 64%, 77%);
}

.main.month .pricing-container .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 .card .card-body button.stripe-button-el {
    color: hsl(352, 64%, 77%);
}

.pricing-container .card .card-body {
    background-color: hsl(352, 64%, 50%);
    border-radius: 2px;
    color: #fff;
    padding: 15px;
}

.pricing-container .card .card-body button.stripe-button-el {
    color: hsl(352, 64%, 50%);
}

.pricing-container .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 .card .card-body,
.pricing-container .col-xs-12.col-sm-6 .card .card-body {
    background-color: hsl(352, 64%, 45%);
}

.pricing-container .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 .card .card-body button.stripe-button-el,
.pricing-container .col-xs-12.col-sm-6 .card .card-body button.stripe-button-el {
    color: hsl(352, 64%, 45%);
}

.pricing-container .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 .card .card-body,
.pricing-container .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 .card .card-body {
    background-color: hsl(352, 64%, 40%);
}

.pricing-container .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 .card .card-body button.stripe-button-el,
.pricing-container .col-xs-12.col-sm-4 + .col-xs-12.col-sm-4 .card .card-body button.stripe-button-el {
    color: hsl(352, 64%, 40%);
}

.pricing-container .badge {
    /*position: absolute;
    top: -12px;*/
    display: inline-block;
    font-size: 18px;
    right: 0;
}

.pricing-container .card-body h5 {
    font-size: 3em;
    font-weight: normal;
    margin-bottom: .5em;
}

.pricing-container .card-body h6 {
    color: hsl(352, 64%, 98%);
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 0 0;
}

.pricing-container .card-body p {
    color: hsl(352, 64%, 80%);
    font-size: .8em;
    font-weight: 100;
    margin: 0 0 0 0;
}

.pricing-container .card-body form {
    margin-bottom: 9px;
}

.pricing-container .card-body button.stripe-button-el {
    background-color: white;
    background-image: none;
    border-radius: 2px;
    box-shadow: none;
    color: hsl(352, 64%, 40%);
    font-weight: bold;
    margin: 8px 8px 0 8px;
    min-height: 35px;
    text-shadow: none;
    width: 220px;
}

.pricing-container .card li {
    border-width: 0;
    padding-left: 28px;
    position: relative;
}

.pricing-container .card li:before {
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path fill='maroon' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
    color: maroon;
    content: " ";
    fill: currentColor;
    height: 50px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 50px;
}

.pricing-container .card li:before svg {
    /*fill: currentColor;*/
}

.fogg-dev {
    background-color: yellow;
    font-weight: bold;
    text-align: center;
}

/* The Modal (background) */
#subscribe-modal {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    display: none; /* Hidden by default */
    height: 100%; /* Full height */
    left: 0;
    overflow: auto; /* Enable scroll if needed */
    position: fixed; /* Stay in place */
    top: 0;
    width: 100%; /* Full width */
    z-index: 99999; /* Sit on top */
}

#subscribe-modal .subscribe-modal-content {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    margin: 15% auto; /* 15% from the top and centered */
    text-align: center;
    width: 300px;
}

#subscribe-modal .subscribe-modal-content a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#subscribe-modal .loader {
    animation: spin 2s linear infinite;
    border: 16px solid #f3f3f3; /* Light grey */
    border-radius: 50%;
    border-top: 16px solid #A62436; /* Blue */
    height: 120px;
    margin-left: 90px;
    padding-bottom: 10px;
    width: 120px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body.single .fp-user-guest .post-excerpt + p ~ p a,
body.single .fp-user-guest .post-excerpt + p ~ p a b,
body.single .fp-user-guest .post-excerpt + p ~ p a strong {
    color: transparent;
    font-weight: inherit;
}

body.single .fp-user-guest .post-excerpt + p ~ p {
    color: transparent;
    text-shadow: 0 0 6px #666;
}

body.single .fp-user-guest .post-excerpt + p ~ p + p {
    text-shadow: 0 0 8px #666;
}

body.single .fp-user-guest .post-excerpt + p ~ p + p + p {
    text-shadow: 0 0 8px #666;
}

#fp-email {
    margin: 4px 0 6px 0;
    display: inline-block;
}

#loginBox {
    margin: auto;
    margin-top: 70px;
    text-align: center;
    width: 232px;
}

#loginBox h1 {
    padding-left: 25px;
    text-align: left;
}

#loginForm {
    box-shadow: 0px 0px 30px 0px #BBB;
    display: block;
    padding: 25px;
    text-align: left;
    width: 231px;
}

label.form-check-label {
    display: inline;
}

#loginBox.reset-password,
#loginBox.reset-password #loginForm {
    width: 320px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .container.pricing-container {
        width: 690px;
    }

    .container.pricing-container h5.card-title {
        font-size: 2.6em;
    }

    .container.pricing-container .card-body button.stripe-button-el {
        width: 154px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .container.pricing-container {
        width: 525px;
    }

    .container.pricing-container h5.card-title {
        font-size: 1.8em;
    }

    .pricing-container .card-body h6 {
        font-size: 1.26em;
        margin: 0 0 0 1em;
    }

    .pricing-container .card-body p {
        margin: 0 0 0 3.4em;
    }

    .pricing-container .card-body button.stripe-button-el {
        margin: 8px 0 0 -3px;
        width: 120px;
    }

    .pricing-container .card li {
        padding: 10px 0 0 0;
    }

    .pricing-container .card li:before {
        background: none;
    }

    .login-widget .button {
        font-size: .9em;
    }
}

/*
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
.switch-light span span {
    display: none;
}

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */

@media only screen {
    /* don't hide the input from screen-readers and keyboard access
   */
    .switch-light input {
        opacity: 0;
        position: absolute;
        z-index: 3;
    }

    .switch-light input:checked ~ span a {
        right: 0%;
    }

    /* Radio Switch
   */
    .switch-toggle {
        display: block;
        padding: 0 !important;
        /* simulate default browser focus outlines on the switch,
       * when the inputs are focused.
       */
        /* For callout panels in foundation
      */
        position: relative;
        /* 2 items
       */
        /* 3 items
       */
        /* 4 items
       */
        /* 5 items
       */
        /* 6 items
       */
    }

    .switch-toggle::after {
        clear: both;
        content: "";
        display: table;
    }

    .switch-toggle *,
    .switch-toggle *:before,
    .switch-toggle *:after {
        box-sizing: border-box;
    }

    .switch-toggle a {
        display: block;
        transition: all 0.2s ease-out;
    }

    .switch-toggle label,
    .switch-toggle > span {
        /* breathing room for bootstrap/foundation classes.
       */
        line-height: 2em;
    }

    .switch-toggle input:focus ~ span a,
    .switch-toggle input:focus + label {
        outline-color: Highlight;
        outline-style: solid;
        outline-width: 2px;
        /* Chrome/Opera gets its native focus styles.
       */
    }
}

@media only screen {
    .switch-toggle input {
        left: 0;
        opacity: 0;
        position: absolute;
    }

    .switch-toggle input + label {
        display: block;
        float: left;
        margin: 0;
        padding: 0 0.5em;
        position: relative;
        text-align: center;
        z-index: 2;
    }

    .switch-toggle a {
        height: 100%;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 10px;
        z-index: 1;
    }

    .switch-toggle label:nth-child(2):nth-last-child(4),
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
        width: 50%;
    }

    .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
        left: 50%;
    }

    .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
        left: 50%;
    }

}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
    .switch-light,
    .switch-toggle {
        -webkit-animation: webkitSiblingBugfix infinite 1s;
    }
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        -webkit-transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.sign-in-alert h1.display-4 {
    display: none;
}

.sign-in-alert .pricing-container .card-body h5 {
    font-size: 2.6em;
}

.sign-in-alert .stripe-button-el {
    padding-bottom: 14px;
}

.sign-in-alert .list-group-item {
    color: #222;
}

.sign-in-alert .list-group,
.offer-handler .list-group {
    list-style-type: none;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sign-in-alert .pricing-container .card-body h5 {
        font-size: 2em;
    }

    .sign-in-alert .col-sm-4 {
        padding-left: 8px;
        padding-right: 8px;
        width: 31%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sign-in-alert .pricing-container .card-body h5 {
        font-size: 1.4em;
    }

    .sign-in-alert .pricing-container .card-body h6 {
        font-size: 1.1em;
    }

    .sign-in-alert .pricing-container .card-body button.stripe-button-el {
        margin-left: -48px;
    }

    .sign-in-alert .pricing-container .card li {
        font-size: .8em;
        padding: 10px;
    }

    .sign-in-alert .col-sm-4 {
        padding-left: 6px;
        padding-right: 6px;
        width: 31%;
    }
}

/** Redesigning subscription page */
#fp-pricing {
    font-size: 19px;
}

#fp-pricing, button {
    font-family: "Rokkitt", "Open Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

#fp-pricing .footnote {
    color: hsl(352, 64%, 70%);
    font-size: 0.8em;
    line-height: 1em;
    padding: 4rem;
}

#fp-pricing .double-line {

    border-bottom: 5px double #A72430;
    margin: -15px -15px 34px;
    text-align: center;
}

#fp-pricing .double-line span {
    background: #A72430;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 7px 26px 5px;
    transform: translate(0, 54%);
}

.sign-in-alert strong {
    color: #FFFFFF;
}

.sign-in-alert #fp-pricing .offer-handler {
    background-color: #ffffff;
}

.sign-in-alert #fp-pricing .offer-handler .card-image + .card-column {
    padding-left: 40px;
}

#fp-pricing .offer-handler {
    border: #F1F1F1 solid 1px;
    margin-bottom: 50px;
    margin-top: 10px;
}

#fp-pricing .custom-card-body {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 0 !important;
}

#fp-pricing .text-black {
    color: #000000 !important;
}

#fp-pricing .text-red {
    color: #A72430 !important;
}

#fp-pricing .buy-btn {
    background-color: #A62436 !important;
    color: #ffffff !important;
    font-size: .8em;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}

#fp-pricing .pricing-container .card-body h5 {
    font-size: 2em !important;
}

#fp-pricing .badge {
    background-color: #A72430 !important;
}

#fp-pricing .card-title {
    color: #A72430;
    font-size: 1em !important;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

#fp-pricing .card-subtitle {
    font-size: 1.7em;
    font-weight: bold;
    padding: 20px 0;
}

#fp-pricing .card-price span.text-red {
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 0;
}

#fp-pricing .card-duration {
    color: #000000 !important;
    font-weight: bold;
}

#fp-pricing li.card-points {
    font-size: 1em;
    height: auto;
    line-height: 1.3em;
    padding-bottom: 0;
    text-align: left;
}

#fp-pricing p.card-points-header {
    font-size: 1em;
    font-weight: bold;
}

#fp-pricing .card-column {
    padding: 20px;
}

#fp-pricing .card-image {
    height: 280px;
}

#fp-pricing .pricing-header {
    padding-bottom: 30px;
}

.form-box .button {
    border: 1px solid transparent;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1em !important;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}

.fogg-paywall.fa-key:before {
    color: #a72430;
    content: "\f084";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    vertical-align: -10%;
}


.sign-in-alert h1.display-4 {
    display: none;
}

.sign-in-alert .pricing-container .card-body h5 {
    font-size: 2.6em;
}

.sign-in-alert .stripe-button-el {
    padding-bottom: 14px;
}

.sign-in-alert .list-group-item {
    color: #222;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sign-in-alert .pricing-container .card-body h5 {
        font-size: 2em;
    }

    .sign-in-alert .col-sm-4 {
        padding-left: 8px;
        padding-right: 8px;
        width: 31%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sign-in-alert .pricing-container .card-body h5 {
        font-size: 1.4em;
    }

    .sign-in-alert .pricing-container .card-body h6 {
        font-size: 1.1em;
    }

    .sign-in-alert .pricing-container .card-body button.stripe-button-el {
        margin-left: -48px;
    }

    .sign-in-alert .pricing-container .card li {
        font-size: .8em;
        padding: 10px;
    }

    .sign-in-alert .col-sm-4 {
        padding-left: 6px;
        padding-right: 6px;
        width: 31%;
    }
}


.paywall-filter {
    height: 105px;
    max-height: 105px;
    overflow: hidden;
    position: relative;
}

.paywall-filter .post-excerpt {
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

.paywall-filter .post-excerpt:before {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0px, #ffffff) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sign-in-alert {
    background: #241f21;
    clear: both;
    color: #fff;
    font-size: 18px;
    margin: 0 -10% 30px;
    padding: 20px 5% 10px;
    text-align: center;
    width: 120%;
    box-shadow: 0em -1em 2em rgb(0 0 0 / 40%);
}

p.leadin {
}

p.seemore {
    margin: 8px 0 8px 0;
}

p.btns {
}

p.btns .secondary {
    background: #ebebeb none repeat scroll 0 0;
    color: #555;
    text-shadow: 0 0 0 transparent;
}

p.btns .secondary:hover {
    background: #c9c9c9 none repeat scroll 0 0;
}

#fp-pricing .disclaimer i {
    color: grey;
}

#fp-pricing .disclaimer i a {
    color: lightgrey;
}

.primary-site header.hero .navbar .brand a.is-white {
    color: #1d2c4a;
    font-size: 1em;
}

#subscriberForm .label, #registerForm .label {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 0;
}

#subscriberForm .form-box {
    margin-top: 3em;
}

#subscriberForm .button {
    width: 15em;
}

.error-msg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    text-align: center;
}