/* ----------------- Common Styles ------------------*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 100%;
    line-height: 1.5;
    color: #181818;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a {
    color: rgb(77, 105, 50);
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.25rem;
    font-weight: initial;
}

select {
    background: white;
}

/* ----------------- Theme Picker Styles ------------------*/

.llamasite-theme-picker__thumbnail {
    width: 14rem;
    min-height: 18rem;
    display: inline-block;
    text-align: center;
    background-color: #ECEDF0;
    border: solid .02rem rgb(1, 118, 150);
    padding: 1rem .5rem;
}

/* ----------------- Modal Styles ------------------*/
.llamasite-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.llamasite-fade-in-open {
    visibility: visible;
}

.llamasite-modal-glass {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(40,43,49,.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.llamasite-modal-glass.llamasite__open {
    opacity: 1;
    visibility: visible;
}

.llamasite-modal__content {
    color: #333;
    background: #fff;
    border-radius: 0.25rem;
    height: auto;
    min-height: 37rem;
    max-height: 37rem;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* ----------------- Installation Assistant Styles ------------------*/
.llamasite-installation-assistant__background {
    max-height: 532px;
    min-height: 532px;
    background: url(/images/llamasitebg.jpg);
    background-position-y: unset;
}

.llamasite-installation-assistant__header {
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    align-items: center;
    align-content: center;
    padding: 0.7rem 0.5rem;
    min-height: 3rem;
    max-height: 3rem;
}

.llamasite-installation-assistant__body {
    min-height: 30rem;
    max-height: 30rem;
    padding: 2rem 0.75rem 0rem 0.75rem;
}

.llamasite-installation-assistant__themes {
    min-height: 22.5rem;
    max-height: 22.5rem;
    height: auto;
    padding: 0.5rem 0.75rem 1.5rem 0.75rem;
}

.llamasite-installation-assistant__footer {
    flex: 0 0 auto;
    background-color: #f4f6f9;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top: 2px solid #d8dde6;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
    padding: 0.75rem 0.75rem;
    text-align: center;
    position: relative;
    min-height: 4rem;
    max-height: 4rem;
}

.llamasite-installation-assistant .llamasite-modal__content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.llamasite__open.llamasite-installation-assistant .llamasite-modal__content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.llamasite-block-float__right {
    position: fixed;
    left: 80%;
}
/* ----------------- LlamaSite Standard Styles ------------------*/
.llamasite-bg-color__secondary {
    background-color: #b5c9a1;
}
.llamasite-font-color__secondary {
    color: #b5c9a1;
}
.llamasite-visibility__hide {
    display: none;
}
.llamasite-visibility__show {
    display: block;
}
.llamasite-button_outline-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    background: none;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border-color: rgb(77, 105, 50);
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    box-shadow: none;
    text-decoration: none;
    color: rgb(77, 105, 50);
    -webkit-appearance: none;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.llamasite-button__brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    background: none;
    background-color: rgb(77, 105, 50);
    background-clip: border-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    box-shadow: none;
    text-decoration: none;
    color: rgb(255, 255, 255);
    -webkit-appearance: none;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.llamasite-button__disabled {
    background-color: rgb(210, 210, 210);
    cursor: none;
}

.llamasite-input__select {
    font-size: 0.9rem;
    padding: 0.5rem;
    border-radius: .25rem;
    border-color: rgb(133, 133, 133);
    border-width: .05rem;
}

.llamasite-grid__wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.llamasite-grid__col {
    flex: 1 auto;
}

.llamasite-p-bottom__small {
    padding-bottom: 0.5rem;
}

.llamasite-p-bottom__large {
    padding-bottom: 1rem;
}

.llamasite-p-bottom__x-large {
    padding-bottom: 1.25rem;
}

.llamasite-p-top__small {
    padding-top: 0.5rem;
}

.llamasite-p-top__large {
    padding-top: 1rem;
}

.llamasite-p-top__x-large {
    padding-top: 1.25rem;
}

.llamasite-p-top__small {
    padding-top: 0.5rem;
}

.llamasite-p-top__x-small {
    padding-top: 0.35rem;
}


.llamasite-p-top__xx-small {
    padding-top: 0.25rem;
}

.llamasite-p-round__x-small {
    padding: 0.25rem;
}

.llamasite-p-round__small {
    padding: 0.5rem;
}

.llamasite-p-round__large {
    padding: 1rem;
}

.llamasite-p-round__x-large {
    padding: 1.25rem;
}

.llamasite-m-round__x-large {
    margin: 1.25rem;
}

.llamasite-m-bottom__small {
    margin-bottom: 0.5rem;
}

.llamasite-m-bottom__large {
    margin-bottom: 1rem;
}

.llamasite-m-bottom__x-large {
    margin-bottom: 1.25rem;
}

.llamasite-m-top__small {
    margin-top: 0.5rem;
}

.llamasite-m-top__large {
    margin-top: 1rem;
}

.llamasite-m-top__x-large {
    margin-top: 1.25rem;
}

.llamasite-m-top__xx-large {
    margin-top: 1.50rem;
}

.llamasite-m-top__xxx-large {
    margin-top: 2rem;
}

.llamasite-m-top__xxxxxx-large {
    margin-top: 10rem;
}

.llamasite-m-right__xxxxx-large {
    margin-right: 5rem;
}
.llamasite-m-left__xxxxx-large {
    margin-left: 5rem;
}

.llamasite-width__xx-large {
    width: 15rem;
}

.llamasite-width__xxx-large {
    width: 20rem;
}

llamasite-m-top__xxx-large
.llamasite-m-round__small {
    margin: 0.5rem;
}

.llamasite-m-round__large {
    margin: 1rem;
}

.llamasite-m-right__small {
    margin-right: 0.5rem;
}

.llamasite-m-right__large {
    margin-right: 1rem;
}


.llamasite-img__x-medium {
    width: 12rem;
    height: 15rem;
}
llamasite-img__xxxxxx-large {
    width: 90%;
    height: 90%;
}
.llamasite-border__radius {
    border-radius: .25rem;
    border-color: rgb(133, 133, 133);
    border-style: solid;
    border-width: .05rem;
}

.llamasite-scroll-y__enabled {
    overflow-y: scroll;
}

.llamasite-scroll-y__disabled {
    overflow-y: hidden;
}

.llamasite-font__brand {
    color: #4D6932;
}

.llamasite-font__small {
    font-size: .9rem;
    line-height: 1.3rem;
}

.llamasite-font__x-small {
    font-size: .5rem;
    line-height: .5rem;
}

.llamasite-font___xx-large {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.llamasite-font___xxx-large {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.llamasite-float__left {
    float: left;
}

.llamasite-float__right {
    float: right;
}

.llamasite-align__center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
}

.llamasite-text-align__center {
    text-align: center;
}
.llamasite-align__justify {
    text-align: justify;
}

.llamasite-align__left {
    text-align: left;
}
.llamasite-font-weight__bold {
    font-weight:bold;

}
.llamasite-font-decoration__dotted {
    border-bottom: 1px dotted #D4D4D4;
    padding-bottom: 0.5rem;
}
.llamasite-container__full {
    width: 100%;
}

/*----------------- SPINNER ------------------------------*/
.loading {
    display: flex;
    justify-content: center;
}

    .loading::after {
        content: "";
        width: 6rem;
        height: 6rem;
        border: 1rem solid #dddddd;
        border-top-color: #4D6932;
        border-radius: 50%;
        animation: loading 1s ease infinite;
    }

@keyframes loading {
    to {
        transform: rotate(1turn);
    }
}
 /**************************** MOBILE *********************/
    @media only screen and (max-width: 600px) {
        .llamasite-installation-assistant__header {
            height: auto;
            max-height: 4.3rem;
        }

        .llamasite-installation-assistant__footer {
            height: auto;
            max-height: 4.3rem;
        }

        .llamasite-modal__content {
            max-height: 40rem;
        }

        #how-it-works-link {
            display: inline-flex;
        }

        .llamasite-grid__col {
            margin-top: 2rem;
        }

        body {
            font-size: 12px;
        }

        h2 {
            font-size: 17px;
        }

        .llamasite-grid__col {
            margin-top: 1rem;
        }

        .llamasite-installation-assistant__themes {
            min-height: 23rem;
            max-height: 23rem;
            height: auto;
            padding: 0.2rem 0.75rem 1.5rem 0.75rem;
        }

        .llamasite-font___xx-large {
            font-size: 0.9rem;
            line-height: 0.9rem;
        }
    }
