body h1, h2, h3, h4, h5, .navbar-brand {
    font-family:'Lora', serif;
}
body p, a, tr, td, ul li, label, button, input, textarea, select, option, .navbar-menu .navbar-item, figcaption {
    font-family: 'Merriweather', serif;
    line-height:1.5em;
}
body p, li {
    padding:20px 0 20px 0;
}
body ul {
    padding:10px 28px;
}
body {
    overflow:hidden;
    background:#D4D4D4;
    background-size:cover;
    background-attachment:fixed;
}
.header-bg {
    margin-top:-52px;
    /*background-color:#5A704A;*/
    background-color:#5A704A;
    /*background-image:url('https://res.cloudinary.com/gratitudely/image/upload/v1547127250/textures/retina-wood.png');*/
    background-repeat:repeat;
}
.navbar {
    background:none;
    color:white;
}
.navbar a {
    color:white;
}
.navbar .is-active {
    background-color:rgba(0,0,0,0.5);
}
.navbar .is-viewing {
    font-weight:bold;
    border-bottom:2px solid white;
}
.header-box {
    padding-top:77px;
    /*background-color:rgba(0,0,0,0.33);*/
}
.footer-box {
    padding:64px;
    margin-top:24px;
    background-color:rgba(0,0,0,0.33);
}
.hidden-at-first, .hidden {
    display:none;
}
#gratitext #entry {
    z-index: 98;
}
.level {
    padding:12px 12px 0px 12px;
}
.leaf {
    padding:8px 8px 8px 8px;
    margin:0 12px;
    border-radius:4px;
    background:rgba(256,256,256,0.8);
    color:black;
    z-index:99;
    box-shadow: 3px 3px 33px #696969;
}
.dark-leaf {
    padding:8px 8px 8px 8px;
    margin:0 12px;
    border-radius:4px;
    background:rgba(0,0,0,0.8);
    color:white;
    z-index:99;
    box-shadow: 3px 3px 33px #696969;
}
.widget-box {
    background:white;
    color:black;
    width:93%;
    margin:0 auto 40px auto;
    padding:20px;
    border-radius:4px;
    box-shadow: 3px 3px 33px #696969;
}
.has-same-height {
    display: flex;
    flex-direction: column;
}
.has-same-height > div {
    /* these are the flex items */
    flex: 1;
}  
.figure-overflow {
    border-radius:4px;
    margin:0 -32px 20px -32px;
}
.cards-overflow {
    border-radius:4px;
    margin:0 -44px 20px -44px;
}
.widget-row {
    padding:12px;
}
.margin-top-40 {
    margin-top:40px;
}
.is-underlined {
    text-decoration:underline;
}
.is-action {
    background:#F55302;
    border:rgba(0,0,0,0.5);
    color:white;
}
.is-action:active, .is-action:hover {
    background:rgba(0,0,0,0.5);
    color:white !important;
}
.is-action-border, .has-action-border {
    border:1px solid #F55302;
}
.is-action-border:hover, .has-action-border:hover {
    border:2px solid #F55302;
    box-shadow: 6px 6px 66px rgb(245,83,2);
}
.is-action-border-thicc {
    border:5px solid #F55302;
}
.is-action-icon {
    color:#F55302;
}
.has-action-shadow {
    box-shadow: 3px 3px 33px rgb(245,83,2);
    background-color:rgba(245,83,2,0.3);
}
.has-action-shadow:hover {
    box-shadow: 6px 6px 66px rgb(245,83,2);
    background-color:rgba(245,83,2, 0.2);
}
.border-bottom, .has-bottom-border {
    border-bottom:1px solid #d4d4d4;
}
.navigate-prompts {
    margin-top:12px;
    margin-bottom:12px;
}
.show-prompts {
    margin:12px;
}
.close-prompt {
    position:absolute;
    right:4px;
    top:4px;
}
.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes  fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes  fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes  fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.widget-overlap {
    margin-top:-24px;
}
/* FLASHING */

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes  flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite;
}

.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
    -webkit-animation: flash 1s ease infinite;
    animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite;
}
.category-box {
    margin:12px;
    border-radius:4px;
    box-shadow:3px 3px 10px #404040;
}
.category-checkbox {
    cursor:pointer;
    background:white;
    color:black;
    padding:24px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.category-checkbox:hover {
    background:rgba(256,256,256,0.5);
}
/* for categories */
#category-checkboxes input[type=checkbox]{
    display: none;
}

#category-checkboxes input[type=checkbox]:checked + .category-checkbox{
    background-color:rgba(0,0,0,0.5);
    color:white;
}
.pad-top-10 {
    padding-top:10px;
}
.pad-top-20 {
    padding-top:20px;
}
.pad-top-40 {
    padding-top:40px;
}
.pad-top-50 {
    padding-top:50px;
}
.pad-top-60 {
    padding-top:60px;
}
.has-rounded-corners {
    border-radius:8px;
}
#searchbar input{
    border:1px solid #d4d4d4;
    border-radius:24px;
    padding:12px;
    width:80%;
    height:42px;
    font-size:16px;
    margin:12px auto;
}
#success-overlay {
    width:100%;
    color:white;
    position:fixed;
    top:50px;
    right:0;
    z-index:999999;
    padding:50px 8px;
}
.pad-right-10 {
    padding-right:10px;
}
.prevPrompt, .nextPrompt {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.prevPrompt {
    left: -25px;
}
.nextPrompt {
    right: -25px;
}
.iti-flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/14.0.8/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/14.0.8/img/flags@2x.png");}
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes  fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.temporary-curtain {
    height:720px;
}
.modal-background {
    background-color:rgba(256,256,256,0.7);
    background-image:url('https://res.cloudinary.com/gratitudely/image/upload/v1547127250/textures/retina-wood.png');
    background-repeat:repeat;
}
.pad-bottom-20 {
    padding-bottom:20px;
}
.curtain {
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
    background:rgba(245, 83, 2, 0.5);
    /*background-image:url('https://res.cloudinary.com/gratitudely/image/upload/v1547127250/textures/retina-wood.png');
    background-repeat:repeat;*/
}
.curtain p{
    position:relative;
    margin:auto;
    top:44%;
    color:#fff;
}

.btn-facebook {
    background: #3B5998;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #263961;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff;
}
.btn-facebook:active, .btn-facebook:hover {
    background: #263961;
    color: #fff;
}

.btn-twitter {
     background: #1da1f2;
     border-radius: 8px;
     color: #fff;
     border: 1px solid #0075a2;
 }
.btn-twitter:link, .btn-twitter:visited {
    color: #fff;
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0075a2;
    color: #fff;
}

.btn-google {
    background:#4285F4;
    color:#fff;
    border:1px solid #0759E4;
}
.btn-google:link, .btn-google:visited {
    color: #fff;
}
.btn-google:active, .btn-google:hover {
    background: #0759E4;
    color: #fff;
}
.btn-google img {
    border-radius:4px;
    margin-right:10px;
}

.is-padded {
    padding-top:20px;
    padding-bottom:20px;
    box-shadow: 3px 3px 33px #404040;
}

.is-floating {
    position:fixed;
    right:3%;
    top:3%;
    padding:8px 24px;
    cursor:pointer;
}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}