body {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Online store */
.cart-counter {
    width: auto;
    min-width: 22px;
    display: inline-block;
    position: absolute;
    height: 19px;
    line-height: 18px;
    background-color: red;
    color: white;
    text-align: center;
    border-radius: 22px;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

/* CSS Classes */
.navbar-item {
    padding: 0 .75em;
    font-weight: 600;
    color: black;
}

.page-content {
    min-height: calc(100vh - 210px);
}

.footer {
    bottom: 0;
    width: 100%;
    position: relative;
    max-height: 120px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    list-style: none;
}

.footer-logo {
    order: 1;
}

.footer-link {
    color: black;
    font-weight: 600;
}

.footer-link:hover {
    color: rgba(0,0,0,.7);
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    .footer-links {
        order: 1;
    }

    .footer-logo {
        order: 2;
    }

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

/* Blog */
.blog-section {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 36px;
}
.blog-post-body h1,
.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4,
.blog-post-body h5,
.blog-post-body h6 {
    margin: 3rem 0 .5rem !important;
}
.blog-section img {
    max-width: 100%;
    height: auto;
}

.blog-post-body {
    font-family: charterregular, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.003em;
    font-weight: 400;
}

.small-width-feature-image {
    width: 25vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.medium-width-feature-image {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.full-width-feature-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width-feature-image img {
    width: 100vw;
}

.read-more-link {
    bottom: 1em;
}

.blog-article {
    min-height: 260px;
}

.blog-post-title {
    color: black;
    font-weight: 700;
}

.blog-post-title h1 {
    color: black;
    font-weight: 600;
}

.blog-post-title:hover {
    color: black;
    text-decoration: none;
}

.blog-post-img {
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

.blog-author-image-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.blog-author-container {
    line-height: 1.5;
}
@media (max-width: 767.98px) {
    .blog-author-container {
        padding: 0 !important;
        line-height: 0;
    }
    .medium-width-feature-image {
        width: 100% !important;
    }
    .blog-post-container {
        padding: 0 !important;
        margin: 0 24px;
    }
    .blog-post-body {
        font-size: 18px;
    }
}

.blog-author-image {
    height: 48px;
    width: 48px;
}

.blog-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9, */
}
.blog-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Nav & Pages */
.navbar-nav {
    align-items: center !important;
}

.navbar .container {
    max-width: 1360px;
    max-height: 90px;
}

.footer .container {
    max-width: 1360px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.active-nav-link, .active-footer-link {
    color: #7957d5 !important;
}

.nav-link:hover {
    color: #6c47d1 !important;
}

.navbar-collapse {
    z-index: 2;
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        padding-bottom: 1em;
    }
}

nav.navbar.bg-light, .bg-light {
    background-color: white !important;
}
nav.navbar.bg-light .navbar-collapse , .bg-light .navbar-collapse {
    background-color: white!important;
}

.call-to-action-btn {
    background-color: #7957d5;
    color: white;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 400;
}

.call-to-action-btn:hover {
    background-color: #6c47d1;
}

.header-image, .footer-image {
    max-height: 75px;
    padding-top: .5em;
    padding-bottom: .5em;
}

.flex {
    display: flex;
}

.main-navbar {
    justify-content: center;
    flex: 1;
}

/* Builder Classes */
div#builder_message {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 18px;
    color: #423410;
    text-align: center;
    z-index: 9999;
}
div#builder_message.error {
    padding: 18px;
}
div#builder_message.alert {
    color: #423410;
    background-color: #ffe042;
}
div#builder_message.error {
    color: #ffffff;
    background-color: #e74c3c;
}
#builder_alert {
    color: #423410;
    background-color: #ffe042;
    padding: 18px;
    margin-bottom: 0;
    border-radius: 0;
}
#builder_error {
    color: white;
    background-color: #ff4444;
    padding: 18px;
}

h1 {
    display: block;
    width: 100%;
    word-wrap: break-word;
}
h1.title {
    font-weight: 600;
}
p {
    width: 100%;
    word-wrap: break-word;
}
.mb0 {
    margin-bottom: 0px;
}
button .button-subtext{
    opacity: 0.7
}
form.optinform input,
form.optinform select{
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
}
form.optinform input[type="checkbox"],
form.optinform input[type="radio"]{
    width: 20px;
    border: none;
}

/* 404 Error Page */
.container-404 {
    text-align: center;
    font-family: charterregular, Georgia, Cambria, "Times New Roman", Times, serif;
    flex: 1;
}
.title-404 {
    font-size: 6em;
    margin-bottom: .25em;
}
.title-404 span {
    font-weight: 700;
}
.subtitle-404 {
    font-weight: 900;
    font-size: 4em;
}
.para-404 {
    font-size: 1.4em;
    font-weight: 400;
}

/* Show dropdown for submenus on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu {
    transition: all 125ms ease-out;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgb(51 51 79 / 10%), 0 0 10px 0 rgb(51 51 79 / 6%);
    border: none;
    transition-delay: .1s;
}

.loader {
    z-index: 1;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #1a1a27;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 0;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
    opacity: 0;
}

.relative {
    position: relative;
}
.loader-sec {
    display: none;
}
.popup .loader-sec {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.summary-section {
    padding: 40px 40px;
    background-color: #f5efeb;
    border-radius: 7px;
}

.toc-pretitle {
    font-weight: 700;
    color: #9c8881;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.toc-heading {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 25px;
}

.summary-section-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 15px;
}
.summary-item a {
    text-decoration: underline;
    color: #514e4c;
}

.summary-item a:hover h1,
.summary-item a:hover h2,
.summary-item a:hover h3,
.summary-item a:hover h4,
.summary-item a:hover h5,
.summary-item a:hover h6 {
    color: #7957d5;
    cursor: pointer;
}

.summary-item a h1,
.summary-item a h2,
.summary-item a h3,
.summary-item a h4,
.summary-item a h5,
.summary-item a h6 {
    margin-top: 0px !important;
    font-size: 18px;
    cursor: pointer;
    color: #514e4c;
    padding-top: 5px;
    font-weight: 600;
    text-underline-position: under;
    text-decoration-color: #514e4c;
    line-height: 30px;
    padding-left: 10px;
}

@media(max-width: 768px)
{
    .summary-section {
        padding: 20px;
    }
    .toc-heading {
        font-size: 24px;
    }
    .summary-item a h1,
    .summary-item a h2,
    .summary-item a h3,
    .summary-item a h4,
    .summary-item a h5,
    .summary-item a h6 {
        font-size: 16px!important;
    }
}

/*countdown css start*/
.countdown li {
    padding: 8px;
    background: #1f317a;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    text-align: center;
    position: relative;
    min-width: 90px;
    border-radius: 5px;
}
.countdown li p {
    margin: 0;
}
.countdown li:after {
    color: #1f317a;
    content: ":";
    position: absolute;
    top: 0;
    right: -14px;
    font-size: 48px;
}
.countdown li:first-of-type {
    margin-left: 0;
}
.countdown li:last-of-type {
    margin-right: 0;
}
.countdown li:last-of-type:after {
    content: "";
}
.countdown .digit {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}
.countdown .text {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 13px;
}

@media screen and (max-width: 768px)
{
    /*countdown css start*/
    .countdown li {
        min-width: 64px;
    }
    .countdown li:after {
        right: -13px;
        font-size: 36px;
    }
    .countdown .digit {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
    }
    .countdown .text {
        font-size: 9px !important;
    }
    /*countdown css end*/
}
