/*
Theme Name: Climax
Description: This is a child theme for Flatsome Theme
Author: Climax Team
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.secondary, .checkout-button, .button.checkout, .button.alt{
    background: linear-gradient(92.43deg, #18D5FF 0%, #0057FF 103.29%);
}
.button.secondary{
    background: linear-gradient(90deg, #02CCB1 0%, #9A02FB 100%);
}

.wpcf7 .wpcf7-not-valid-tip{
    margin-top: 14px;
    height: 22px;
    font-size: 12px;
}
.wpcf7-response-output{
    font-weight: 500;
    font-size: 1.2857142857rem;
    padding-left: 0 !important;
    width: 90%;
    color: #fff;
    text-align: left;
    font-family: Poppins,sans-serif;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    border: none !important
}
.wpcf7-form.invalid .wpcf7-response-output{
    color: #a81212;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}