
/* Global */
.bg-gray{
    background-color: #fcfcfc;
}
.bg-dark-gray{
    background-color: #e0e0e0;
}
.bg-red{
    background-color: #dc3545;
}
.very-rounded{
    border-radius: 20px;
}
.red{
    color: #dc3545;
}
.white{
    color: #ffffff;
}
.teal{
    color: #00A79E;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.thin{
    font-weight: 200;
}
.thick{
    font-weight: 700;
}
.subdued{
    opacity: .75;
}
.letter-spaced{
    letter-spacing: .1rem;
}
div.container-fluid {
    max-width: 950px;
}

/* Seller Add Page */
.seller-add div{
    margin: 20px auto;
}
.seller-add div div{
    margin: 0 auto;
}
.seller-add label{
    font-size: 24px;
}

/* Seller LP */
.lp-masthead{
    width: 100%;
    position: relative;
    padding: 2% 5% 1%;
}
.floating-tape{
    position: absolute;
    z-index: 2;
    top: -30px;
    left: 17%;
    background-color: #ffffff;
    opacity: .25;
    width: 50%;
    height: 3rem;
    margin: 0 auto;
    box-shadow: 0 1px 5px #333;
    transform: rotate(-5deg);
}
.floating-photo-frame{
    background-color: #ffffff;
    border: 10px solid #FFF;
    border-bottom: 60px solid #FFF;
    box-shadow: 0 8px 16px #333;
    position: relative;
    overflow: hidden;
    width: 100%;
    height:auto;
    z-index: 1;
    top: -30px;
    left: 0;
    transform: rotate(-7deg);
}
.floating-photo{
    width: 100%;
    height: 240px;
}
@media (max-width: 767px){
    .floating-tape{
        transform: rotate(0deg);
        left: 25%;
        top: 0;
    }
    .floating-photo-frame{
        position: relative;
        top: 0;
        transform: rotate(0deg);
    }
}
@media (min-width: 540px) and (max-width: 767px){
    .floating-tape{
        left: 37%;
        width: 25%;
    }
    .floating-photo-frame{
        width: 50%;
        margin: 0 auto;
    }
    .floating-photo{
        height: 300px;
    }
    .quote-photo{
        width: 50%;
        margin: 0 auto;
    }
}
.raised-sum span[class*="char"]{
    background-color: #ffffff;
    color: #00A79E;
    padding: .3rem .5rem;
    border-radius: 8px;
    display: inline-block;
    font-size: 2.8rem;
    margin: 0 0.2rem;
}
@media (max-width: 540px){
    .raised-sum span[class*="char"]{
        font-size: 2.2rem;
        margin: 0 0.1rem;
    }
}
a.cta {
    background-color: #5eb157;
    border-color: #5eb157;
}
a.btn.cta{
    font-size: 1.6rem;
    border-radius: 15px;
    padding: 20px 10px;
    box-shadow: 5px 8px #e0e0e0;
    font-weight: 700;
    text-transform: uppercase;
}
.subtitle{
    position: relative;
}
.subtitle .overlap{
    position: relative;
    display: inline-block;
    z-index: 2;
    background-color: #ffffff;
    padding: .2rem 1rem 0 0;
}
.subtitle .double-red-lines{
    position: absolute;
    z-index: 1;
    border-top: #dc3545 2px solid;
    border-bottom: #dc3545 2px solid;
    height: 12px;
    width: 100%;
    top: 18px;
}
@media (max-width: 540px){
    .subtitle .overlap{
        padding-top: .5rem;
    }
    .subtitle h2{
        font-size: 1.5rem;
    }
}

/* Drop-in quote CSS */ /* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote {
    position: relative;
    margin: 0.5em;
    padding: 0.5em 1em 0.5em 2.5em;
}
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float: right;
    font-size: 4em;
    line-height: 1;
    right: 0;
    bottom: -0.65em;
    content: "\201D";
}
blockquote footer {
    padding: .5em 2em 0 0;
    font-size: .8em;
}
blockquote cite:before {
    content: "\2013";
}
@media (max-width: 540px){
    blockquote{
        padding: 1rem;
    }
    blockquote:before, blockquote:after{
        font-size: 2em;
    }
}
.quote-box .quote-arrow{
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    border-right: 20px solid #e0e0e0; 
    position: relative;
    top: 20px;
    float: left;
}
@media (max-width: 540px){
    .quote-box .quote-arrow{
        display: none;
    }
}
.quote-box .quote-content{
    background-color: #e0e0e0;
    width: 96%;
    float: left;
}

/* EZ Pay Form Page Fixes */
.form-ezpay.ezpay div{
    margin: 10px auto;
}
.form-ezpay.ezpay div div{
    margin: 0;
}

/* begin menubar */
nav#navbar {
    padding-left: 0;
    padding-right: 0;
}
a.nav-link.nav-item {
    text-transform: uppercase;
    color: #888;
}
a.nav-link.nav-item.active {
    color: #000;
}
/* end menubar */
footer.row {
    letter-spacing: 1px;
    font-weight: lighter;
    margin-bottom: 5em;
}
/* begin h1 red underline */
div.specialtitle {
    margin: .5em auto 1.5em;
}
h1.fme {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 2px;
}
h1.fme img{
    margin-top: -10px;
}
hr.fme1 {
    background-color: #dc3545;
    width: 64%;

    height:2px;
    margin: 0 auto 5px 0;
}
hr.fme2 {
    background-color: #dc3545;
    width: 68%;
    height:2px;
    margin: 5px auto 5px 0;
}
sup.tm {
    font-size: 50%
}
/* end h1 red underline */
/* pop inline hightlight */
.rcallout {
    font-weight: bold;
    color: #dc3545;
}
/* meatball */
.specialtitle .fundraise-now {
    float:right;
    width: 11em;
    max-width: 25%;
    height: auto;
}