
/* Fonts */
@font-face {
    font-family: "Quiche";
    src: url("./fonts/Quiche.otf");
}

@font-face {
    font-family: "Quincy";
    src: url("./fonts/QuincyCF-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Quincy";
    src: url("./fonts/QuincyCF-LightItalic.otf");
    font-style: italic;
}

@font-face {
    font-family: "Quincy";
    src: url("./fonts/QuincyCF-BoldItalic.otf");
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: "Quincy";
    src: url("./fonts/QuincyCF-ExtraBold.otf");
    font-weight: bold;
}

body {
    background-color: white;
    background-image: none;
    font-size: 16px;    
}

body.admin-bar .content.full_width_banner.home.no_margin_bottom {
    position: relative;
    top: -30px;
}

/* Mobile Nav */
.nav-up {
    top: -80px !important;
    transition: top .2s linear;
}

.nav-down {
    transition: top .2s linear;
}

#mobile_nav {
    display: none;
    align-items: center;
    position: fixed;
    top: 0px;
    height: 70px;
    background-color: white;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 1px 3px RGBA(0,0,0,.1);
}

#hamburger {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    margin: 0px 30px;
    display: grid;
    align-items: center;
    font-size: 30px;
    color: #333333;
    z-index: 4;
}

#hamburger .fa-times {
    display: none;
}

#mobile {
    display: none;
    position: fixed;
    top: 70px;
    height: 100vh;
    width: 100%;
    background-color: white;
    z-index: 2;
}

#mobile_nav .logo img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
    z-index: 3;
}

#mobile_nav .logo a {
    display: block;
    margin-left: 30px;
}

#mobile_nav ul {
    padding: 0px;
    background-color: white;
}

#mobile_nav ul li {
    display: block;
}

#mobile_nav ul li a {
    text-decoration: none;
    color: black;
    padding: 20px 40px;
    line-height: 1.3rem;
    font-size: 1.3rem;
    display: block;
}

/* Desktop Nav Bar */
#desktop_menu .container {
    width: 100%;
}

#desktop_menu {
    background-color: #ffffff;
    height: 120px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 5fr;
}

#desktop_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

#desktop_menu ul li {
    display: inline-block;
    margin: 0px 30px 0px 0px;
}

 #desktop_menu ul li a {
    color: #333333;
    font-family: 'Quincy', sans-serif;
    letter-spacing: .3px;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#desktop_menu ul li:last-child {
    margin: 0px;
}

li.current-menu-item a, li.current_page_item a {
    color: #000000;
}

#desktop_menu ul li a:hover {
    color: #999999;
}

.sticky {
    position: fixed;
    top: 0px;
    left:0px;
    right: 0px;
}

/* Footer */
footer {
    background-color: #ffffff;
    padding-bottom: 40px;
}

footer .logo img {
    max-width: 60%;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: block;
    color: white;
    margin: 0px 0px 5px 0px;
}

footer ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Quincy', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    transition: .5s;
}

footer ul li a:hover {
    color: #999999;
    margin-left: 5px;
    transition: .5s;
}

footer h2.widget_title {
    margin-bottom: 24px;
}

footer p {
    font-family: 'Quincy', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
}

#mc_embed_signup form {
    padding: 0px !important;
}

footer .sign_up_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 24px;
    align-items: end;
}

#mc_embed_signup .mc-field-group {
    clear: left !important;
    position: relative !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    position: absolute !important;    
}

#mc_embed_signup .button {
    clear: both !important;
    background-color: #aaa !important;
    border: 0 none !important;
    border-radius: 4px !important;
    transition: none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    height: 41px !important;
    line-height: 41px !important;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: top !important;
    white-space: nowrap !important;
    width: 100% !important;
    text-transform: uppercase !important;
    font-family: "Quiche" !important;
}

footer .credits p {
    text-align: center;
}

footer .credits a {
    font-weight: 500;
    text-decoration: none;
}

footer input[type="email"],
footer input[type="button"],
footer input[type="text"] {
    padding: 10px 0px 10px 20px;
    font-size: 1.2rem;
    display: block;
    box-sizing: border-box;
    letter-spacing: 1px;
    color: #373633;
    border-radius: 0px;
    border: 1px solid #979796;
    font-family: "Quiche"
}

.mc-field-group label {
    font-family: "Quiche";
}

.copyright p {
    text-align: center;
    color: #999999;
    font-size: .9rem;
    text-transform: uppercase;
}

/* Typography */
html {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, li, a {
    color: #5c5d5f;
    font-family: 'Quincy', sans-serif;
    margin-bottom: 0px;
}

h1 {
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: 300;
}

h1.title {
    font-size: 2rem;
    letter-spacing: 4px;
    font-family: "Quiche";
    text-transform: uppercase;
}

h1.giant {
    font-size: 3rem;
    font-family: "Quiche";
    letter-spacing: 4px;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 3px;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}

p, a {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1.5px;
}

.align_right {
    text-align: right;
}

.italic {
    font-style: italic;
}

.white {
    color: white;
}

a.ui {
    font-family: 'Quincy', sans-serif;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 15px;
}

/* Home */
.full_bleed_gallery {
    margin: 32px 32px;
}

.purpose_text {
    margin: 80px 0px;
}

.purpose_text p {
    font-size: 1.75rem;
    line-height: 2rem;
}

.portrait {
    height: 580px;
}

/* About Paage */

h4.founder {
    margin-top: 0px;
}

h4.founder span {
    padding-left: 24px;
    margin-right: 24px;
    border-right: 1px solid #5c5d5f;
}

/* Retreat Page */
.past_retreat_card .metadata {
    background-color: white;
    padding: 40px;
}

.past_retreat_card .image {
    margin-bottom: 0px;
}

.past_retreat_card .metadata h1 {
    margin: 0px !important;
    font-family: 'Quincy', sans-serif;
    letter-spacing: 4px;
}

.past_retreat_card .metadata h2 {
    text-transform: uppercase;
    margin: 8px 0;
    font-family: "Quiche";
    font-size: 1.2rem;
}

.past_retreat_card .metadata a {
    text-transform: uppercase;
    font-style: none;
}

.page_banner {
    display: grid;
    align-items: center;
    background-size: cover;
    background-position: center center;
    height: 80vh;
}

.banner_overlay {
    margin: 0px;
    height: auto;
    width: 100%;
    text-align: center;
}

.banner_overlay h1 {
    font-size: 1.3rem;
}

.banner_overlay img {
    margin: auto;
    width: 600px;
    display: block;
}

.movement h3 {
    font-size: 1.3rem;
    text-align: center;
    margin: 0px;
}

.movement ul li,
.whats_included ul li {
    margin: 10px 0px;
}

table.workshop_details {
    width: 100%;
}

table.workshop_details tr td:first-child {
    text-transform: uppercase;
    padding-right: 0px;
}

table.workshop_details tr td {
    padding: .7em 1.2em .7em 0;
    font-family: 'Quincy', sans-serif;
    color: #4A4A4A;
    font-weight: 100;
    letter-spacing: 2.5px;
    border: none;
    vertical-align: top;
}

blockquote {
    font-size: 1.5em;
    font-family: "Quincy Italic";
    font-style: italic;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0px 0px 1em 0px;
    line-height: 2em;
    text-align: center;
}

.attribution {
    text-align: center;
    font-family: "Quincy Italic";
    font-size: 1.3em;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 1px;
}

/* page-monthly_gatherings.php */
.banner {
    position: relative;
}

.monthly_gatherings_banner {
    padding: 48px 0px;
    margin-bottom: 80px;
}

.banner i.fal.fa-angle-down {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    text-align: center;
    font-size: 40px;
    background-color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 4px 0 rgba(0,0,0,0.14), 0 1px 1px -1px rgba(0,0,0,0.20);
}

.monthly_gatherings_banner h1 {
    margin-top: 40px;
    text-align: right;
}

.monthly_gatherings_banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    padding: 80px;
}

.monthly_gatherings_about {
    align-items: center;
    margin: 40px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
}

.monthly_gatherings_about div:nth-child(1) {
    padding-left: 20%;
}

.monthly_gatherings_about div:nth-child(2) {
    padding-right: 20%;
}

.monthly_gatherings_about h1 {
    margin-top: 0px;
    text-transform: none;
    font-weight: 300;
    font-family: "Quincy";
}

.monthly_gatherings_about h2 {
    margin-top: 8px;
    text-transform: none;
    font-weight: 300;
    font-family: "Quiche";
}

.monthly_gatherings_about h4 {
    margin-top: 0px;
    text-transform: none;
    font-weight: 300;
}

.monthly_gatherings_about p {
    margin-top: 0px;
}

.monthly_gatherings_about .zoom {
    margin-top: 16px;
}

.zoom .button {
    margin: 16px 0;
}

p.about_monthly_gatherings {
    margin-top: 24px;
}

.monthly_gatherings_about p.fine_print {
    margin-top: 16px;
}

span.time {
    margin-left: 20px;
}

#meeting_info {
    opacity: 1;
    transition: opacity 1s linear;
}

#meeting_info.hidden {
    opacity: 0 !important;
    transition: opacity 1s linear;
}

a.button.lock_button {
    pointer-events: none;
    background-color: #dfd8cc70;
}

.sms_notifications {
    padding: 40px 20%;
}

.sms_notifications h1 {
    margin-top: 0px;
    margin-bottom: 2rem;
}

.sms_notifications p {
    margin: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

p.fine_print {
    font-size: .9rem;
    line-height: 1.3rem;
    margin-top: 0px;
    font-family: "Quincy";
    font-style: italic;
    margin-bottom: 0px;
}

form.subscribe {
    margin: 2rem 0px;
    position: relative;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 32px;
}

input[type=tel] {
    width: 100%;
    padding: 10px 0px 10px 20px;
    font-size: 1.6rem;
    display: block;
    box-sizing: border-box;
    letter-spacing: 1px;
    color: #373633;
    border-radius: 0px;
    border: 1px solid #979796;
    font-family: "Quiche"
}

form.subscribe input[type="submit"] {
    width: 100%;
    padding: 10px 0px;
    height: 100%;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    background-color: #DBD4C4;
    border: 0px;
    color: #5c5d5f;
}

#error {
    display: none;
    position: absolute;
    top: 55px;
    font-size: .9rem;
    color: red;
    font-family: "Quincy";
    letter-spacing: .5px;
}

#success {
    display: none;
    align-items: center;
    height: 53px;
    margin: 2rem 0px;
    background-color: #f7f7f7;
    border: 2px solid #efefef;
    text-align: center;
    box-sizing: border-box;
}

.instagram {
    margin-top: 40px;
    margin-bottom: 32px;
}

.instagram p {
    margin-bottom: 32px;
}

.instagram .image {
    width: 100%;
    padding-top: 100%;
}

/* Images */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img {
    max-width: 100%;
    height: auto;
}

.video iframe {
    width: 100%;
    height: 100%;
}

/* Base Card Style */
.card {
    padding: 30px 30px 20px 30px;
    background-color: #ffffff;
    box-shadow: -1px 1px 2px RGBA(0,0,0,.2);
    transition: box-shadow .1s linear;
}

.card p {
    line-height: 1.5rem;
}

a.card_link {
    text-decoration: none;
}

/* Journal */
.journal {
    height: 100%;
}

a.card_link {
    text-decoration: none;
    color: #333333;
}

/* Resouces Page */
.resource_card {
    background-color: #f7f7f7;
    box-shadow: -1px 1px 2px RGBA(0,0,0,.1);
}

.card_content {
    padding: 20px;
}

.card_content h1 {
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.card_content p {
    line-height: 1.6rem;
    font-size: 1rem;
    margin: 10px 0 0 0;
}

.tag {
    font-family: sans-serif;
    display: inline-block;
    background-color: #dcdcdc;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: .7rem;
    text-transform: uppercase;
    margin: 10px 4px 0 0;
    line-height: normal;
    letter-spacing: 0px;
    color: #414142;
}

/* Contact Page */
.formcraft-css .fc-form .field-cover>span>span {
    font-family: "Quiche";
    letter-spacing: 1px;
    font-size: 1rem;
}

.formcraft-css .fc-form .form-element .submit-cover .submit-button {
    text-align: center !important;
    display: block !important;
    width: auto !important;
    margin: 0px 0px 0px 0px !important;
    padding: 20px 20px !important;
    font-family: 'Quincy', sans-serif !important;
    font-size: 1.3rem !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    background-color: #ffffff !important;
    color: #5c5d5f !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

/* Checkout */
.empty_cart {
    width: 100%;
    height: 40vh;
    background-color: #f7f7f7;
    display: grid;
    align-items: center;
    text-align: center;
}

.empty_cart i.fas.fa-shopping-cart {
    font-size: 2rem;
    color: #999999;
    margin-bottom: 1rem;
}

.empty_cart p {
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.formcraft-css .fc-form .stripe-cover {
    padding-top: 0px;
}

html .formcraft-css .fc-form .form-element .error {
    top: 19px !important;
    right: 20px !important;
}

.stripe-amount-show:before,
.stripe-amount-show:after {
    <!-- display: none; -->
}

/* Pagination */
nav.navigation.pagination {
    text-align: center;
    border-top: 1px solid #999999;
    padding-top: 15px;
}

.navigation.pagination h2 {
    display: none;
}

.nav-links a.page-numbers {
    font-family: 'Quincy', sans-serif;
    color: #333333;
    padding: 0 4px;
    text-decoration: none;
}

.nav-links a.page-numbers:hover {
    font-family: 'Quincy', sans-serif;
    color: #999999;
    padding: 0 4px;
    text-decoration: none;
}

.page-numbers.current {
    font-family: 'Quincy', sans-serif;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #333333;
    padding-bottom: 0px;
}

.page-numbers .fa-chevron-left, .page-numbers .fa-chevron-right {
    position: relative;
    top: 1px;
}

/* Buttons */
a.button, form.subscribe input[type="submit"] {
    text-align: center;
    display: block;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px;
    font-family: 'Quincy', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #dfd8cc;
    color: #5c5d5f;
    border-radius: 3px;
    text-decoration: none;
}

a.button:hover {
    opacity: .8;
}

a.button:active {
    opacity: .6;
}

button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    padding: 20px 60px;
    text-transform: uppercase;
    border-radius: 4px;
}

button.center:hover, 
button.full_width:hover, 
.nf-field-element input[type="button"]:hover {
    padding: 20px 40px;
    font-family: 'Quincy', sans-serif;
    color: #ffffff;
    background-color: #dfd8cc;
    border: 1px solid #dfd8cc !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .9rem;
    opacity: .8;
    transition: opacity .5s;
}

button.full_width {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 1.5rem;
    padding: 20px 0px;
    background-color: #333333;
    border: 0px;
    color: white;
}

/* Margin Classes */
.no_margin_top {
    margin-top: 0px !important;
}

.no_margin_bottom {
    margin-bottom: 0px !important;
}

/* Alignment Classes */
.center {
    text-align: center;
}

/* Animations */
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

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

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

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

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* Media Queries */
@media (max-width: 1280px) {
    .container, .wide_container {
        padding: 0px 40px;
    }

    .banner.wide_container {
        padding: 0px;
    }
}

@media (max-width: 960px) {
    #desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: grid;
    }
}

@media (max-width: 767px) {
    #desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: grid;
    }

    .masonry {
        column-count: 1;
    }

    h1.giant {
        font-size: 2.5rem;
    }

    .past_retreat_card .metadata h1 {
        font-size: 1.5rem;
    }

    .past_retreat_card .metadata h2 {
        font-size: 1rem;
        letter-spacing: 1.5px;
    }

    h4.founder {
        margin-top: 40px;
    }

    .row.monthly_gatherings_about,
    .row .sms_notifications,
    .monthly_gatherings_banner,
    form.subscribe {
        grid-template-columns: 1fr;
    }

    .monthly_gatherings_about div:last-child {
        margin-top: 40px;
    }

    form.subscribe input[type=submit] {
        margin-top: 16px;
    }

    .monthly_gatherings_about div:nth-child(1),
    .monthly_gatherings_about div:nth-child(2) {
        padding: 0px;
    }

    .monthly_gatherings_banner h1 {
        text-align: left;
        margin: 0 0 24px 0;
    }

    .monthly_gatherings_banner {
        padding: 40px;
    }

    footer .sign_up_grid {
        grid-template-columns: 1fr;
    }

    #mc_embed_signup .mc-field-group {
        margin-bottom: 16px !important;
    }

    .sms_notifications {
        padding: 40px 0;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

}