/*
Theme Name: Spike 2.0
Theme URI: http://www.spikenow.com/
Author: Chatflow LTD
Author URI: http://www.spikenow.com/
Version: 2.0.0
Text Domain: spike
*/

:root {
    --color-primary-l: 65%;
    
    --color-primary-darker-l: 60%;
}

.page-template-page-download .hero__col--cta .button {
    --padding-h: 4em;
}

.page-template-page-download .hero.hero--grid .hero__body {
    --row-gap: 1rem;
    grid-template-areas:
        "headline headline"
        "cta cta"
        "media media";
}

@media (min-width:0) and (max-width:767px) {

    .page-template-page-download .hero.hero--grid {
        padding-bottom: 1.25rem;
    }


    .page-template-page-download .hero__col--headline .hero__title+.hero__intro {
       display: none;
    }
}

@media (min-width:0) and (max-width:991px) {
    .page-template-page-download .hero--grid .hero__col--cta {
        text-align: center;
    }


    .page-template-page-download .hero.hero--grid .hero__col--media{
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .page-template-page-download .hero.hero--grid .hero__body {
        --row-gap: 1rem;
        grid-template-areas:
        "headline headline"
        "cta cta"
        "media media";
    }

    .page-template-page-download .hero__col--headline .hero__title+.hero__intro {
        margin-top: 1rem;
    }

}

@media (min-width: 992px) {

    .page-template-page-download .hero.hero--grid .hero__body {
        --row-gap: 1rem;
        grid-template-areas:
        ". media"
        "headline media"
        "cta media"
        ". media";
    }

    .page-template-page-download .hero__col--headline .hero__title+.hero__intro {
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) {
    .page-template-page-download .hero.hero--grid {
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
}

.logged-in.admin-bar .top-main-header {
    top: 32px;
}

@media only screen and (max-width: 991px) {
    .site-footer #footer-nav-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .site-footer #footer-nav-bottom > li:nth-child(-n+2) {
        grid-column: 1 / 4;
    }
    .site-footer .footer-nav-bottom .menu-footer-bottom-links-container + div {
        margin-bottom: 1rem;
    }
}

.kbe-search-result {
    z-index: 1;
}

body.single .post-content h2, body.single .post-content h3, body.single .post-content h4 {
    text-align: left;
}

body.single-post .post-content .list-component > ul > li .font-bold {
    font-weight: inherit;
}

.checkers__headline,
.conciseness__headline-title,
.conciseness__headline-content,
.faqs__headline-title,
.chat-cta__title,
.chat-cta__body-content > :not([class$=__tag]) + :not([class$=__tag]),
.conciseness__headline-title,
.simple-content__container > *,
.hero--center .hero__title,
.hero--center .hero__intro,
.intro__headline-title,
.checkers__headline-title,
.testimonials__headline-title,
.benefits__headline-title,
.features__headline-title,
.feature-item__title,
.feature-item__caption,
.showcase__headline-title,
.partners--brands__title {
    text-wrap: balance;
}

.conciseness__headline,
.simple-content__container {
    max-width: 1200px;
}

.testimonial--journal .testimonial__headline {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "thumbnail"	"title";
    grid-gap: .875rem;
}

.testimonial--journal .testimonial__title {
    grid-area: title;
    line-height: 1.4;
    color: var(--color-black-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-3);
}

.testimonial--journal .testimonial__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #818181;
}

.testimonial--journal .testimonial__posted {
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    font-size: var(--font-size-1);
    font-weight: var(--font-weight-medium);
    line-height: 1;
}

.testimonial--journal .testimonial__thumbnail {
    position: relative;
    grid-area: thumbnail;
}

.testimonial--journal .testimonial__thumbnail:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: transparent;
}

.testimonial--journal .testimonial__link {
    color: var(--color-primary);
    transition-property: color;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
}

.testimonial--journal .testimonial__link:hover,
.testimonial--journal .testimonial__link:focus {
}

.testimonial--journal .testimonial__caption {
    font-size: var(--font-size-1);
    font-weight: var(--font-weight-medium);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-id-52659 .testimonial:hover { /*cursor: auto;*/
}

.page-id-52659 .hero .hero__col--media-image {
    justify-content: flex-end;
}

.page-id-52659 .hero .hero__g2 {
    display: none;
}

.page-id-52659 .hero .hero__col--media-image figure {
    max-width: 600px;
}

.page-id-52659 .testimonial__content {
    justify-content: space-between;
}

@media (min-width: 768px) {
    .page-id-52659 .testimonials {
        padding-bottom: 4.375rem;
    }
    .page-id-52659 .testimonials__headline:not(.sr-only) + .testimonials__row {
        margin-top: 3.275rem;
    }
    .page-id-52659 .testimonials__slider {
        height: auto;
        align-items: normal;
    }
    .page-id-52659 .testimonials__slider-item {
        max-height: none;
    }
    .page-id-52659 .testimonials__slider-item:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 991px) {
    .page-id-52659 .hero .hero__col--media, .page-id-52659 .hero .hero__col--cta {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .page-id-52659 .testimonials {
        padding-bottom: 5.9375rem;
    }
}

.page-id-53542 .hero__g2:before {
    display: inline-block;
    content: "Get a free custom email domain*";
    font-weight: var(--font-weight-light);
    font-size: .875em;
}

.page-id-53542 .hero__g2 > .rating--g2 {
    display: none;
}

@media (max-width: 1199px) {
    .single-lp.lp-template-default .hero .hero__intro, .single-lp.lp-template-default .hero .hero__col--choosing--boxes {
        display: none;
    }
}

@media (min-width: 0) and (max-width: 479px) {
    .page-template-front-page-v2 .hero__intro {
        --max: .95rem;
    }
}

.checkers .checker__content a {
    --font-size-3: var(--font-size-1);
}

.checker__link {
    --font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight);
}

.checker__link:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    transform: none;
    background-color: transparent;
}

@media (min-width: 768px) {
    .checkers .checker__link {
        color: var(--color-primary);
        font-weight: var(--font-weight);
    }
    .checker__link:after {
        margin-top: 4px;
    }
}

@media (min-width: 992px) {
    .checkers .checker__content a {
        font-size: var(--font-size-3);
    }
}

@media (min-width: 1200px) {
    .hero--grid .hero__body {
        grid-template-rows: minmax(0, auto) minmax(0, 1fr);
        align-items: flex-start;
    }
    .checkers .checker__body {
        align-items: center;
    }
    .checkers .checker__headline-title {
        --max: var(--font-size-6);
        line-height: 1.3;
    }
}

.hero--grid .hero__col--headline .hero__title + .hero__intro {
    margin-top: 1em;
}

.hero .hero__caption {
    display: inline-block;
    line-height: 1;
    font-size: var(--font-size-1);
    font-weight: var(--font-weight-regular);
    color: var(--color-primary);
    margin-bottom: 1em;
    text-align: inherit;
}

@media (min-width: 1200px) {
    .checkers .checker__content {
        gap: 1rem;
    }
}

@media (min-width: 1600px) {
    .checkers__grid {
        gap: 8rem;
    }
}


.button, .button--action, .button-action, .button-action.button--action, .button.button--action, .button.button-action, .wpcf7 input[type=submit], button.button--action, button.button-action, input.button--action[type=submit], input.button-action[type=submit], input[type=submit] {
    border-radius: 1rem;
    min-width: 5rem;
}

.primary-menu > .menu-item:first-child > ul > li:first-child > ul > li > ul > li:last-child a > div {
    display: flex;
    justify-content: stretch;
    align-items: baseline;
    gap: .5rem;
}


@media (min-width: 1200px) {
    .primary-menu > .menu-item:first-child > ul > li:first-child{
        
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul {
        height: 100%;
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul > li {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul > li > p {
        
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul > li > ul {
        display: flex;
        flex-direction: column;
        height: inherit;
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul > li > ul > li {
        
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul > li > ul > li:last-child {
        margin-top: auto;
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul > li > ul > li:last-child a {
        
    }
    
    .primary-menu > .menu-item:first-child > ul > li:first-child > ul > li > ul > li:last-child a > div span {
        
    }
}













































