/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
/* .StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.StripeElement iframe {
    background: #fff;
} */


/*#card-button {
    background: #F9A825 !important;
    color: #FFF;
    height: 45PX;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: auto;
    width: calc(100% - 30px);
    text-transform: uppercase;
}*/


@media (max-width: 767px) {
        /* .pre-nav-bar-desktop {

        display: none;
    } */
    .pre-nav-bar-desktop{
    width: 100%!important;
    }

   .mobile-nav-handle {
        display: flex;
    width: 100vw;
    justify-content: space-between;
    }

    .mobile-nav{
        width: 100vw;
        display: flex
    ;
        justify-content: space-between;
    }

    .main-nav.affix .navbar-default>.container .navbar-collapse {
        top:55px;
    }
}

@media (min-width: 767px) {
    .mobile-nav-wrapper
    {
        display: none!important;
    }
    .pre-nav-bar-desktop {
        display: flex;
    }

    .pre-nav-bar-desktop ul li a {
        padding-bottom: 4.5px !important;
    }

    .pre-nav-bar-desktop ul {
        display: flex;
        align-items: end;

    }

}