/*
Theme Name: StationOne Child Theme
Theme URI: https://www.stationone.ai
Description: A custom child theme for StationOne.
Author: Kochava
Author URI: https://www.kochava.com
Template: salient
Version: 0.9
*/

/* ----------------------------------------------
    GENERAL
-----------------------------------------------*/
 body, .container-wrap, .material .ocm-effect-wrap, .project-title, .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap .left-border, .carousel-wrap .right-border, .single-post.ascend #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header, #page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4, body .nectar-quick-view-box div.product .product div.summary, .nectar-global-section.before-footer, .nectar-global-section.after-nav, body.box-rolling, body[data-footer-reveal="1"].ascend.box-rolling, body[data-footer-reveal="1"].box-rolling, .wpml-ls-statics-footer {
    background: linear-gradient(145deg, #07153A, #00001F);
 }

/* ----------------------------------------------
    TYPOGRAPHY
-----------------------------------------------*/
 html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, strong, b, ol li {
    font-family: "Gotham SSm A", "Gotham SSm B", Futura, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
}

p {
    font-size: 16px !important;
    line-height: 2em !important;
}

@media screen and (max-width: 999px) {
    p {
        font-size: 14px !important;
        line-height: 2em !important;
    }
}

.main-content ul li {
    font-size: 16px !important;
    line-height: 2em !important;
}

/* ----------------------------------------------
    UTILITIES
-----------------------------------------------*/
.u-text-lg, .u-text-lg p {
    font-size: 18px !important;
}

@media screen and (max-width: 999px) {
    .u-text-lg, .u-text-lg p {
        font-size: 16px !important;
    }
}

.u-text-sm, .u-text-sm p {
    font-size: 13px !important;
}

@media screen and (max-width: 999px) {
    .u-text-sm, .u-text-sm p {
        font-size: 12px !important;
    }
}

.u-text-thin {
    font-weight: 300 !important;
}

.u-text-normal {
    font-weight: 400 !important;
}

.u-text-bold {
    font-weight: bold !important;
}

.u-border-gradient {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #97239B, #5A56D6, #69DEFB) 1;
    border-image-slice: 1;
}

.u-border-gradient_reverse {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #69DEFB, #5A56D6, #97239B) 1;
    border-image-slice: 1;
}

.u-border-gradient-top {
    border-top: 2px solid transparent;
    border-image: linear-gradient(to right, #97239B, #5A56D6, #69DEFB) 1;
    border-image-slice: 1;
}

.u-border-gradient-bottom {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #97239B, #5A56D6, #69DEFB) 1;
    border-image-slice: 1;
}

.u-button-gradient {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #97239B, #5A56D6, #69DEFB) 1;
    border-image-slice: 1;
    padding: 10px 20px !important;
    transition: 0.5s ease all;
} 

/* ----------------------------------------------
    COMPONENTS
-----------------------------------------------*/

/* Header navigation */
.nav__button-gradient a {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #97239B, #5A56D6, #69DEFB) 1;
    border-image-slice: 1;
    padding: 10px 20px !important;
    transition: 0.5s ease all;
} 

@media screen and (min-width: 1000px) {
    .nav__button-gradient {
        margin-left: 20px;
    }
}

/* Page hero section */
.hero p {
    font-size: 18px;
}

.hero .inner-wrap {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #97239B, #5A56D6, #69DEFB) 1;
    border-image-slice: 1;
}

/* ----------------------------------------------
    Header
-----------------------------------------------*/
#header-outer[data-lhe="default"] #top nav > ul > li.nav__button-gradient > a:hover {
    color: #fff !important;
}

/* ----------------------------------------------
    MARKETO FORMS
-----------------------------------------------*/
#marketo-wrapper-stationone .mktoForm .mktoFormRow label {
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #999 !important;
    display: flex;
}

#marketo-wrapper-stationone .mktoForm .mktoFieldWrap input {
    width: 100% !important;
    background-color: #1A202A !important;
    border: 1px solid #4D4D4D !important;
    width: 100% !important;
    font-size: 16px;
    line-height: 24px !important;
    color: #fff !important;
    box-shadow: unset !important;
    margin-bottom: 5px;
    padding: 10px;
}

#marketo-wrapper-stationone .mktoForm .mktoFormRow {
    width: 48%;
}

@media screen and (max-width: 768px) {
    #marketo-wrapper-stationone .mktoForm .mktoFormRow {
        width: 100%;
    }
}

#marketo-wrapper-stationone .mktoForm {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#marketo-wrapper-stationone .mktoForm .mktoFieldWrap {
    width: 100%;
}

#marketo-wrapper-stationone .mktoForm .mktoFormCol {
    width: 100%;
}

#marketo-wrapper-stationone .mktoForm .mktoFieldWrap .mktoHtmlText span {
    font-size: 13px !important;
    line-height: 1.5;
    font-weight: 400 !important;
    color: #999;
}

#marketo-wrapper-stationone .mktoButton {
    color: #fff !important;
    padding: 1.5em 4em !important;
    font-size: 14px !important;
    background-color: #63BFF5 !important;
    background-image: none !important;
    border: 1px solid #63BFF5 !important;
    border-radius: 4px !important;
    width: auto !important;
    box-shadow: none;
    line-height: 1;
    font-family: "Gotham SSm A", "Gotham SSm B", Futura, sans-serif !important;
    text-transform: capitalize !important;
}

#marketo-wrapper-stationone .mktoButtonRow {
    display: block;
    width: 100%;
    margin-top: 15px;
}

#marketo-wrapper-stationone
span.mktoButtonWrap.mktoInset {
    margin-left: 0 !important;
}

#marketo-wrapper-stationone textarea {
    width: 100% !important;
    background: #1A202A !important;
    border: 1px solid #4D4D4D !important;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    height: 80px;
    padding: 10px;
}

#marketo-wrapper-stationone input:-webkit-autofill,
#marketo-wrapper-stationone input:-webkit-autofill:hover, 
#marketo-wrapper-stationone input:-webkit-autofill:focus {
  border: 1px solid #4D4D4D;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #141619 inset;
  transition: background-color 5000s ease-in-out 0s;
}

#marketo-wrapper-stationone .mktoForm .mktoFormRow:nth-child(6),
#marketo-wrapper-stationone .mktoForm .mktoFormRow:nth-child(7),
#marketo-wrapper-stationone .mktoForm .mktoFormRow:nth-child(14) {
    width: 100%;
}

#marketo-wrapper-stationone .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

#marketo-wrapper-stationone .mktoForm .mktoAsterix {
    color: #999;
    order: 2;
}

#marketo-wrapper-stationone span.mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}

/* ----------------------------------------------
    FOOTER
-----------------------------------------------*/
#footer-outer {
    background: transparent !important;
}