* {
    font-family: 'Montserrat', sans-serif;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.primal-container-wrapper-light h1, .primal-container-wrapper-light h2, .primal-container-wrapper-light h3, .primal-container-wrapper-light h4 {
    color: #1d1d1b;
}

h1 {
    padding-top: 40px;
    font-size:1.8rem;
}


p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.uk-button {
    text-transform: none !important;
}

.m-a-60 {
    margin: 60px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-0 {
    margin-bottom: 0;
}
.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-h-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-h-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-v-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.p-a-15 {
    padding: 15px;
}

.p-a-30 {
    padding: 30px;
}

.p-a-60 {
    padding: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-v-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-v-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.primal-join-left {
    padding: 30px;
}
.primal-join-left>p {
    margin-top:0;
    margin-bottom:0;
}

.primal-star {
    color: #daa520;
}

.primal-reviewers {
    text-align: center;
}

.primal-overlay-bottom {
    background: rgba(13, 13, 13, .6) !important;
    margin-bottom:40px;
}

.primal-members-text {
    padding-top: 40px;
    font-size:1.7rem;
}

.primal-members-member {
    padding-top:0;
    padding-left: 30vw;
    padding-right: 15vw;
}
.primal-members-image {
    height: 150px !important;
    width: 150px !important;
    border-radius: 50%;
    border: 1px solid #222;
    /*display: inline-block;*/
}
.primal-members-quote {
    font-weight:600;
}
.primal-members-rating {

}
.primal-members-name {
    font-weight:600;
    margin-bottom:0;
}
.primal-members-position {
    color: #656565;
    margin-top:0;
}
.primal-smoke-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url('/static/images/smoke_section_base_mobile.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
.primal-smoke-section p {
    font-style: italic;
    padding-top:150px;
    padding-bottom: 150px;
    text-align: center;
}

.reviews-inline-circle {
    height: 45px !important;
    width: 45px !important;
    border-radius: 50%;
    border: 2px solid #222;
    display: inline-block;
    margin-right: -15px;
}
.reviews-inline-circle:first-of-type{
    margin-left: 10px;
}
.reviews-inline-circle:last-of-type{
    margin-right: 10px;
}

.primal-container-wrapper-primary {
    background-color: #0d0d0d;
    color: #fff; /*padding:60px 0;*/
}

.primal-container-wrapper-secondary {
    background-color: #141414;
    color: #fff; /*padding:60px 0;*/
}

.primal-container-wrapper-light {
    background-color: #f8f7f3;
    color: #282828;
}

#primal-navbar-top {
    background-color: #0d0d0d;
    color: #fff;
}

.primal-navbar-logo {
    max-height: 50px;
}

.primal-hero-logo {
    max-height: 75px;
}

.primal-footer-logo {
    max-height: 50px;
}

.primal-embedded-logo {
    max-width:150px;
}

.primal-hero-block {
    text-align: center;
    padding-top:50px;
    padding-bottom:50px;
    border-radius:5px;
}

#primal-hero-message {
    text-align: center;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.primal-hero-text {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    font-style: italic;
    margin-top: 5px;
}

.primal-hero-subtext {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 1em;
}

.primal-hero-base-text {
    color: #fff;
    text-align: center;
    line-height: 1.8;
    font-size: 0.9em;
}

.primal-collective-text {
    color: #898989;
    font-size: 1.0em;
}

.primal-footer-links-bar {
    padding: 32px 0;
}

.primal-footer-social-bar {
    color: #949494;
}

.primal-footer-link, .primal-footer-link:active, .primal-footer-link:hover, .primal-footer-social:visited {
    color: #fff;
}

.primal-footer-text {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
}

.primal-emphasis {
    font-weight: 700;
}

.primal-suggest {
    font-style: italic;
}

.primal-ul-spaced > li {
    margin-bottom: 15px;
}

.primal-icon-list-item {
    text-align: center;
    padding-top:35px;
}

.primal-icon-list-item > img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(73%) saturate(7500%) hue-rotate(80deg) brightness(101%) contrast(90%);
    height: 50px;
    width: 50px;
}

.primal-btn-top {
    background-color: #f8f7f3 !important;
    color: #333 !important;
    font-weight: 600;
}
.primal-btn-top.primal-primary-cta {
    -moz-box-sizing: border-box;
    width: max-content;
    /*height: 60px;*/
    /*display: flex; !*CSS3*!*/
    /*align-items: center; !*Vertical align*!*/
    /*justify-content: center; !*horizontal align*!*/
    border: 1px solid #000;
}

.primal-button-default {
    background-color: #f8f7f3 !important;
    color: #333 !important;
    font-weight: 600;
    width: 100%;
}

.primal-button-cta {
    -moz-box-sizing: border-box;
    width: 100%;
    height: 60px;
    display: flex; /*CSS3*/
    align-items: center; /*Vertical align*/
    justify-content: center; /*horizontal align*/
    border: 1px solid #000;
}

.primal-button-cta-pulse {
    height: 12px;
    width: 12px;
    margin-right: 10px;
    animation-name: primal-button-cta-pulse-change;
    animation-duration: 4s; /* 2.5s for each direction (total 5s) */
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border-radius: 50%;
}

@keyframes primal-button-cta-pulse-change {
    0% {
        background-color: #4adf2c;
        transform: scale(1);
    }
    50% {
        background-color: #0f7627;
        transform: scale(1.05); /* 5% increase */
    }
    100% {
        background-color: #4adf2c;
        transform: scale(1);
    }
}

.iti {
    width:100%;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #0d0d0d !important;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.primal-input, .primal-input:focus, .primal-input:active, .primal-input:hover, .primal-input:focus {
    background-color: #0d0d0d;
    border: none;
    box-shadow: inset 0 0 0 0.3px #898989;
    color: #898989;
    height: 60px !important;
    padding: 15px;
    width: 100%;
}

.primal-faq-title {
    color: #f8f7f3;
}

.primal-notice {
    position: absolute;
    -moz-box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    top: 25px;
    z-index: 98;
    left: 0;
    right: 0;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.primal-notice>span { padding-left:10px; padding-top:10px; padding-bottom:10px; padding-right:10px; }

.nav {
    position: absolute;
    top: 15px;
    z-index: 99;
    left: 0;
    right: 0;
}

.uk-sticky-placeholder {
    height: 0 !important;
}

.top-wrap::before, .overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.top-wrap-height {
    height: 80vh;
    min-height: 950px;
    transition: height 0.25s;
}

.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}

.top-container {
    z-index: 2;
}

.uk-logo img {
    height: 38px;
}

.subtitle-text {
    font-size: 1.2em;
    opacity: 0.7;
    font-weight: 300;
}
.primal-mainstream-warning {
    background-image: url('/static/images/icons/warning.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size:contain;
}
.primal-mainstream-warning p {
    text-align: center;
    font-size: 1.1em;
}
/*.primal-mainstream-warning p:first-of-type {*/
/*    font-weight: bold;*/
/*}*/

.primal-hero-top {
    margin-top:200px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .primal-reviewers {
    }

    .primal-hero-subtext {
        line-height: 1.8;
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {

    h1 {
        font-size:2.23rem;
    }
    .primal-hero-top {
        margin-top:0px;
    }

    .primal-join-left {
        margin-left: 50px;
        padding: 30px;
    }

    .primal-join-right {
        margin-right: 50px;
        padding: 15px;
    }

    .primal-members-member {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 15px;
    }

    .primal-members-image {
        height: 100px !important;
        width: 100px !important;
        border-radius: 50%;
        border: 1px solid #222;
        display: inline-block;
        margin-bottom: 0;
    }

    .primal-members-quote {
        min-height:75px;
    }
    .primal-smoke-section {
        width: 100vw;
        left: 50%;
        right: 50%;
        background-image: url('/static/images/smoke_section_base.webp');
    }

    .primal-hero-base-text {
        font-size: 1.0em;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .primal-reviewers {
    }

    .primal-hero-block {
        background-color:rgba(0,0,0,0.6);
    }

    .primal-hero-logo {
        max-height: 100px;
    }

    .primal-hero-text {
        font-size: 1.5em;
        margin-top: 20px;
        margin-bottom:60px;
    }

    .primal-icon-list-item {
        padding-top:20px;
    }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
    .primal-reviewers {
    }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
    .primal-reviewers {

    }
}